Class: SimpleHubspot::Configuration
- Inherits:
-
Object
- Object
- SimpleHubspot::Configuration
- Defined in:
- lib/simple_hubspot.rb
Instance Attribute Summary collapse
-
#api_base ⇒ Object
Returns the value of attribute api_base.
-
#hapikey ⇒ Object
Returns the value of attribute hapikey.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
26 27 28 29 |
# File 'lib/simple_hubspot.rb', line 26 def initialize @hapikey = '' @api_base = 'https://api.hubapi.com' end |
Instance Attribute Details
#api_base ⇒ Object
Returns the value of attribute api_base.
24 25 26 |
# File 'lib/simple_hubspot.rb', line 24 def api_base @api_base end |
#hapikey ⇒ Object
Returns the value of attribute hapikey.
24 25 26 |
# File 'lib/simple_hubspot.rb', line 24 def hapikey @hapikey end |