Module: Sumaki::Model::Fields::InstanceMethods
- Defined in:
- lib/sumaki/model/fields.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#attributes ⇒ Object
116 117 118 |
# File 'lib/sumaki/model/fields.rb', line 116 def attributes self.class.attribute_names.map.with_object({}) { |e, r| r[e] = public_send(e) } end |