Class: ActiveApi::ApiObject
- Inherits:
-
Object
- Object
- ActiveApi::ApiObject
- Extended by:
- ClassMethods, SingletonMethods
- Includes:
- InstanceMethods
- Defined in:
- lib/api_object.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
Method Summary
Methods included from ClassMethods
Methods included from SingletonMethods
Methods included from InstanceMethods
#empty?, #has_errors?, #initialize, #persisted?
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors.
173 174 175 |
# File 'lib/api_object.rb', line 173 def errors @errors end |