Class: Emporium::Services::Google
- Inherits:
-
Object
- Object
- Emporium::Services::Google
- Defined in:
- lib/emporium/services/google.rb
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Google
constructor
A new instance of Google.
- #response ⇒ Object
Methods included from Utilities
#encode, #hash_from_json, #hash_from_xml, #query
Methods included from Options
Constructor Details
#initialize(options = {}) ⇒ Google
Returns a new instance of Google.
11 12 13 |
# File 'lib/emporium/services/google.rb', line 11 def initialize(={}) @options = end |
Instance Method Details
#response ⇒ Object
15 16 17 |
# File 'lib/emporium/services/google.rb', line 15 def response attributes end |