Class: Billomat::Configuration
- Inherits:
-
Object
- Object
- Billomat::Configuration
- Defined in:
- lib/billomat/configuration.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#subdomain ⇒ Object
Returns the value of attribute subdomain.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
5 6 7 |
# File 'lib/billomat/configuration.rb', line 5 def api_key @api_key end |
#subdomain ⇒ Object
Returns the value of attribute subdomain.
5 6 7 |
# File 'lib/billomat/configuration.rb', line 5 def subdomain @subdomain end |