Class: Leadsquared::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#endpointObject

Returns the value of attribute endpoint.



6
7
8
# File 'lib/leadsquared/config.rb', line 6

def endpoint
  @endpoint
end

#keyObject

Returns the value of attribute key.



6
7
8
# File 'lib/leadsquared/config.rb', line 6

def key
  @key
end

#loggerObject

Returns the value of attribute logger.



6
7
8
# File 'lib/leadsquared/config.rb', line 6

def logger
  @logger
end

#secretObject

Returns the value of attribute secret.



6
7
8
# File 'lib/leadsquared/config.rb', line 6

def secret
  @secret
end