Class: CapsuleCRM::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_tokenObject

Returns the value of attribute api_token.



3
4
5
# File 'lib/capsule_crm/configuration.rb', line 3

def api_token
  @api_token
end

#loggerObject

Returns the value of attribute logger.



3
4
5
# File 'lib/capsule_crm/configuration.rb', line 3

def logger
  @logger
end

#perform_loggingObject

Returns the value of attribute perform_logging.



3
4
5
# File 'lib/capsule_crm/configuration.rb', line 3

def perform_logging
  @perform_logging
end

#subdomainObject

Returns the value of attribute subdomain.



3
4
5
# File 'lib/capsule_crm/configuration.rb', line 3

def subdomain
  @subdomain
end