Class: Calais::Response::Relation
- Inherits:
-
Object
- Object
- Calais::Response::Relation
- Defined in:
- lib/calais/response.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#calais_hash ⇒ Object
Returns the value of attribute calais_hash.
-
#instances ⇒ Object
Returns the value of attribute instances.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes.
36 37 38 |
# File 'lib/calais/response.rb', line 36 def attributes @attributes end |
#calais_hash ⇒ Object
Returns the value of attribute calais_hash.
36 37 38 |
# File 'lib/calais/response.rb', line 36 def calais_hash @calais_hash end |
#instances ⇒ Object
Returns the value of attribute instances.
36 37 38 |
# File 'lib/calais/response.rb', line 36 def instances @instances end |
#type ⇒ Object
Returns the value of attribute type.
36 37 38 |
# File 'lib/calais/response.rb', line 36 def type @type end |