Module: Harborapp::ApiModel::ClassMethods
- Defined in:
- lib/harborapp/api_model.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#new_record ⇒ Object
Returns the value of attribute new_record.
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors.
19 20 21 |
# File 'lib/harborapp/api_model.rb', line 19 def errors @errors end |
#new_record ⇒ Object
Returns the value of attribute new_record.
19 20 21 |
# File 'lib/harborapp/api_model.rb', line 19 def new_record @new_record end |