Class: NotSoEasyHubspot::Configuration
- Inherits:
-
Object
- Object
- NotSoEasyHubspot::Configuration
- Defined in:
- lib/not_so_easy_hubspot.rb
Overview
NotSoEasyHubspot::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.
29 30 31 32 |
# File 'lib/not_so_easy_hubspot.rb', line 29 def initialize @access_token = '' @base_url = 'https://api.hubapi.com/' end |
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token.
27 28 29 |
# File 'lib/not_so_easy_hubspot.rb', line 27 def access_token @access_token end |
#base_url ⇒ Object
Returns the value of attribute base_url.
27 28 29 |
# File 'lib/not_so_easy_hubspot.rb', line 27 def base_url @base_url end |