Class: GmapsTz::ResponseParser
- Inherits:
-
Object
- Object
- GmapsTz::ResponseParser
- Defined in:
- lib/gmaps_tz/response_parser.rb
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize(uri, response) ⇒ ResponseParser
constructor
A new instance of ResponseParser.
Constructor Details
#initialize(uri, response) ⇒ ResponseParser
Returns a new instance of ResponseParser.
3 4 5 6 |
# File 'lib/gmaps_tz/response_parser.rb', line 3 def initialize(uri, response) @uri @response = response end |