Class: Mycrm::Configuration
- Inherits:
-
Object
- Object
- Mycrm::Configuration
- Defined in:
- lib/mycrm.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#base_uri ⇒ Object
Returns the value of attribute base_uri.
-
#domains ⇒ Object
Returns the value of attribute domains.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#password ⇒ Object
Returns the value of attribute password.
-
#storage ⇒ Object
Returns the value of attribute storage.
-
#token_storage_expiry ⇒ Object
Returns the value of attribute token_storage_expiry.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
42 43 44 |
# File 'lib/mycrm.rb', line 42 def api_key @api_key end |
#base_uri ⇒ Object
Returns the value of attribute base_uri.
42 43 44 |
# File 'lib/mycrm.rb', line 42 def base_uri @base_uri end |
#domains ⇒ Object
Returns the value of attribute domains.
42 43 44 |
# File 'lib/mycrm.rb', line 42 def domains @domains end |
#logger ⇒ Object
Returns the value of attribute logger.
42 43 44 |
# File 'lib/mycrm.rb', line 42 def logger @logger end |
#password ⇒ Object
Returns the value of attribute password.
42 43 44 |
# File 'lib/mycrm.rb', line 42 def password @password end |
#storage ⇒ Object
Returns the value of attribute storage.
42 43 44 |
# File 'lib/mycrm.rb', line 42 def storage @storage end |
#token_storage_expiry ⇒ Object
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 |
#username ⇒ Object
Returns the value of attribute username.
42 43 44 |
# File 'lib/mycrm.rb', line 42 def username @username end |