Class: AgileCRMWrapper::Configuration
- Inherits:
-
Object
- Object
- AgileCRMWrapper::Configuration
- Defined in:
- lib/agilecrm-wrapper/configuration.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#email ⇒ Object
Returns the value of attribute email.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
5 6 7 8 9 |
# File 'lib/agilecrm-wrapper/configuration.rb', line 5 def initialize @domain = '' @api_key = '' @email = '' end |
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
3 4 5 |
# File 'lib/agilecrm-wrapper/configuration.rb', line 3 def api_key @api_key end |
#domain ⇒ Object
Returns the value of attribute domain.
3 4 5 |
# File 'lib/agilecrm-wrapper/configuration.rb', line 3 def domain @domain end |
#email ⇒ Object
Returns the value of attribute email.
3 4 5 |
# File 'lib/agilecrm-wrapper/configuration.rb', line 3 def email @email end |