Class: RisenexaLeads::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



60
61
62
63
# File 'lib/risenexa/leads.rb', line 60

def initialize
  @base_url = "https://app.risenexa.com"
  @timeout = 30
end

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



58
59
60
# File 'lib/risenexa/leads.rb', line 58

def api_key
  @api_key
end

#base_urlObject

Returns the value of attribute base_url.



58
59
60
# File 'lib/risenexa/leads.rb', line 58

def base_url
  @base_url
end

#startup_idObject

Returns the value of attribute startup_id.



58
59
60
# File 'lib/risenexa/leads.rb', line 58

def startup_id
  @startup_id
end

#timeoutObject

Returns the value of attribute timeout.



58
59
60
# File 'lib/risenexa/leads.rb', line 58

def timeout
  @timeout
end