Class: Mycrm::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



42
43
44
# File 'lib/mycrm.rb', line 42

def api_key
  @api_key
end

#base_uriObject

Returns the value of attribute base_uri.



42
43
44
# File 'lib/mycrm.rb', line 42

def base_uri
  @base_uri
end

#domainsObject

Returns the value of attribute domains.



42
43
44
# File 'lib/mycrm.rb', line 42

def domains
  @domains
end

#loggerObject

Returns the value of attribute logger.



42
43
44
# File 'lib/mycrm.rb', line 42

def logger
  @logger
end

#passwordObject

Returns the value of attribute password.



42
43
44
# File 'lib/mycrm.rb', line 42

def password
  @password
end

#storageObject

Returns the value of attribute storage.



42
43
44
# File 'lib/mycrm.rb', line 42

def storage
  @storage
end

#token_storage_expiryObject

Returns the value of attribute token_storage_expiry.



42
43
44
# File 'lib/mycrm.rb', line 42

def token_storage_expiry
  @token_storage_expiry
end

#usernameObject

Returns the value of attribute username.



42
43
44
# File 'lib/mycrm.rb', line 42

def username
  @username
end