Class: Hubspot::Client
- Inherits:
-
Object
- Object
- Hubspot::Client
- Includes:
- Discovery::BaseModuleClient
- Defined in:
- lib/hubspot/client.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
readonly
Returns the value of attribute access_token.
-
#api_key ⇒ Object
readonly
Returns the value of attribute api_key.
Attributes included from Discovery::BaseModuleClient
Class Method Summary collapse
Methods included from Discovery::BaseModuleClient
Instance Attribute Details
#access_token ⇒ Object (readonly)
Returns the value of attribute access_token.
5 6 7 |
# File 'lib/hubspot/client.rb', line 5 def access_token @access_token end |
#api_key ⇒ Object (readonly)
Returns the value of attribute api_key.
5 6 7 |
# File 'lib/hubspot/client.rb', line 5 def api_key @api_key end |
Class Method Details
.api_modules ⇒ Object
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# File 'lib/hubspot/client.rb', line 7 def self.api_modules %i[ automation cms communication_preferences conversations crm events files marketing o_auth settings webhooks ].freeze end |