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.
37 38 39 |
# File 'lib/calais/response.rb', line 37 def attributes @attributes end |
#calais_hash ⇒ Object
Returns the value of attribute calais_hash.
37 38 39 |
# File 'lib/calais/response.rb', line 37 def calais_hash @calais_hash end |
#instances ⇒ Object
Returns the value of attribute instances.
37 38 39 |
# File 'lib/calais/response.rb', line 37 def instances @instances end |
#type ⇒ Object
Returns the value of attribute type.
37 38 39 |
# File 'lib/calais/response.rb', line 37 def type @type end |