Module: GGeocode::Response
- Defined in:
- lib/ggeocode.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
Returns the value of attribute response.
Instance Method Summary collapse
- #body ⇒ Object (also: #json)
Instance Attribute Details
#response ⇒ Object
Returns the value of attribute response.
77 78 79 |
# File 'lib/ggeocode.rb', line 77 def response @response end |
Instance Method Details
#body ⇒ Object Also known as: json
78 79 80 |
# File 'lib/ggeocode.rb', line 78 def body response.body end |