Class: Calais::Response::Geography
- Inherits:
-
Object
- Object
- Calais::Response::Geography
- 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.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes.
41 42 43 |
# File 'lib/calais/response.rb', line 41 def attributes @attributes end |
#calais_hash ⇒ Object
Returns the value of attribute calais_hash.
41 42 43 |
# File 'lib/calais/response.rb', line 41 def calais_hash @calais_hash end |
#name ⇒ Object
Returns the value of attribute name.
41 42 43 |
# File 'lib/calais/response.rb', line 41 def name @name end |