Module: SimpleParams::HasAttributes::ClassMethods
- Defined in:
- lib/simple_params/concerns/has_attributes.rb
Instance Method Summary collapse
Instance Method Details
#defined_attributes ⇒ Object
17 18 19 |
# File 'lib/simple_params/concerns/has_attributes.rb', line 17 def defined_attributes @define_attributes ||= {} end |