Method: AttrJson::Model#attribute_names
- Defined in:
- lib/attr_json/model.rb
#attribute_names ⇒ Object
like the ActiveModel::Attributes method
337 338 339 |
# File 'lib/attr_json/model.rb', line 337 def attribute_names self.class.attribute_names end |