Class: SimpleHubspot::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/simple_hubspot.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_baseObject

Returns the value of attribute api_base.



24
25
26
# File 'lib/simple_hubspot.rb', line 24

def api_base
  @api_base
end

#hapikeyObject

Returns the value of attribute hapikey.



24
25
26
# File 'lib/simple_hubspot.rb', line 24

def hapikey
  @hapikey
end