Class: Emporium::Services::Google

Inherits:
Object
  • Object
show all
Includes:
Options, Utilities
Defined in:
lib/emporium/services/google.rb

Instance Method Summary collapse

Methods included from Utilities

#encode, #hash_from_json, #hash_from_xml, #query

Methods included from Options

included

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={})
  @options = options
end

Instance Method Details

#responseObject



15
16
17
# File 'lib/emporium/services/google.rb', line 15

def response
  attributes
end