Class: Purple::Responses::Object
- Inherits:
-
Object
- Object
- Purple::Responses::Object
- Defined in:
- lib/purple/responses/object.rb
Overview
Purple returns objects as responses from API. This is a base class for all responses objects.
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes.
5 6 7 |
# File 'lib/purple/responses/object.rb', line 5 def attributes @attributes end |