Class: Configuration
- Inherits:
-
Object
- Object
- Configuration
- Defined in:
- lib/licencetobill/configuration.rb
Instance Attribute Summary collapse
-
#agent_key ⇒ Object
Returns the value of attribute agent_key.
-
#business_key ⇒ Object
Returns the value of attribute business_key.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
4 5 6 7 |
# File 'lib/licencetobill/configuration.rb', line 4 def initialize @business_key = 'your_business_key' @agent_key = 'your_agent_key' end |
Instance Attribute Details
#agent_key ⇒ Object
Returns the value of attribute agent_key.
2 3 4 |
# File 'lib/licencetobill/configuration.rb', line 2 def agent_key @agent_key end |
#business_key ⇒ Object
Returns the value of attribute business_key.
2 3 4 |
# File 'lib/licencetobill/configuration.rb', line 2 def business_key @business_key end |