Class: Calais::Response::Entity
- Inherits:
-
Object
- Object
- Calais::Response::Entity
- 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.
-
#relevance ⇒ Object
Returns the value of attribute relevance.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes.
32 33 34 |
# File 'lib/calais/response.rb', line 32 def attributes @attributes end |
#calais_hash ⇒ Object
Returns the value of attribute calais_hash.
32 33 34 |
# File 'lib/calais/response.rb', line 32 def calais_hash @calais_hash end |
#instances ⇒ Object
Returns the value of attribute instances.
32 33 34 |
# File 'lib/calais/response.rb', line 32 def instances @instances end |
#relevance ⇒ Object
Returns the value of attribute relevance.
32 33 34 |
# File 'lib/calais/response.rb', line 32 def relevance @relevance end |
#type ⇒ Object
Returns the value of attribute type.
32 33 34 |
# File 'lib/calais/response.rb', line 32 def type @type end |