module Inferno::Entities::Attributes

Public Class Methods

included(klass) click to toggle source
# File lib/inferno/entities/attributes.rb, line 4
def self.included(klass)
  klass.attr_accessor(*klass::ATTRIBUTES)
end