Class: GoogleAPI::Base
- Inherits:
-
Object
- Object
- GoogleAPI::Base
- Includes:
- Authorization
- Defined in:
- lib/google_api/base.rb,
lib/google_api/base/authorization.rb
Defined Under Namespace
Modules: Authorization
Instance Method Summary collapse
-
#initialize(auth: true) ⇒ Base
constructor
A new instance of Base.
Methods included from Authorization
Constructor Details
#initialize(auth: true) ⇒ Base
Returns a new instance of Base.
14 15 16 |
# File 'lib/google_api/base.rb', line 14 def initialize(auth: true) if auth end |