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.
40 41 42 |
# File 'lib/calais/response.rb', line 40 def attributes @attributes end |
#calais_hash ⇒ Object
Returns the value of attribute calais_hash.
40 41 42 |
# File 'lib/calais/response.rb', line 40 def calais_hash @calais_hash end |
#name ⇒ Object
Returns the value of attribute name.
40 41 42 |
# File 'lib/calais/response.rb', line 40 def name @name end |