Class: EasyHubspot::Configuration
- Inherits:
-
Object
- Object
- EasyHubspot::Configuration
- Defined in:
- lib/easy_hubspot.rb
Overview
EasyHubspot::Configuration
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#base_url ⇒ Object
Returns the value of attribute base_url.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
32 33 34 35 |
# File 'lib/easy_hubspot.rb', line 32 def initialize @access_token = '' @base_url = 'https://api.hubapi.com/' end |
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token.
30 31 32 |
# File 'lib/easy_hubspot.rb', line 30 def access_token @access_token end |
#base_url ⇒ Object
Returns the value of attribute base_url.
30 31 32 |
# File 'lib/easy_hubspot.rb', line 30 def base_url @base_url end |