Module: SimpleParams::HasAttributes::ClassMethods

Defined in:
lib/simple_params/concerns/has_attributes.rb

Instance Method Summary collapse

Instance Method Details

#defined_attributesObject



12
13
14
# File 'lib/simple_params/concerns/has_attributes.rb', line 12

def defined_attributes
  @define_attributes ||= {}
end