Module: ActiveRemote::AttributeMethods::ClassMethods
- Defined in:
- lib/active_remote/attribute_methods.rb
Instance Method Summary collapse
Instance Method Details
#attribute_names ⇒ Object
6 7 8 |
# File 'lib/active_remote/attribute_methods.rb', line 6 def attribute_names @attribute_names ||= attribute_types.keys end |