Class: ActiveApi::ApiObject

Inherits:
Object
  • Object
show all
Extended by:
ClassMethods, SingletonMethods
Includes:
InstanceMethods
Defined in:
lib/api_object.rb

Instance Attribute Summary collapse

Method Summary

Methods included from ClassMethods

extended, initialize_from_api

Methods included from SingletonMethods

api_association, api_column

Methods included from InstanceMethods

#empty?, #has_errors?, #initialize, #persisted?

Instance Attribute Details

#errorsObject (readonly)

Returns the value of attribute errors.



173
174
175
# File 'lib/api_object.rb', line 173

def errors
  @errors
end