Class: Grobi::Client
- Inherits:
-
Object
- Object
- Grobi::Client
- Defined in:
- lib/grobi/client.rb
Instance Attribute Summary collapse
-
#simple_api_key ⇒ Object
simple api key.
Instance Method Summary collapse
- #google ⇒ Object
-
#initialize ⇒ Client
constructor
A new instance of Client.
Constructor Details
#initialize ⇒ Client
Returns a new instance of Client.
4 5 6 |
# File 'lib/grobi/client.rb', line 4 def initialize @client = ::Google::APIClient.new end |
Instance Attribute Details
#simple_api_key ⇒ Object
simple api key
3 4 5 |
# File 'lib/grobi/client.rb', line 3 def simple_api_key @simple_api_key end |
Instance Method Details
#google ⇒ Object
8 9 10 |
# File 'lib/grobi/client.rb', line 8 def google @client end |