Class: Bcx::Configuration
- Inherits:
-
Object
- Object
- Bcx::Configuration
- Defined in:
- lib/bcx/configuration.rb
Instance Attribute Summary collapse
-
#account ⇒ Object
Returns the value of attribute account.
-
#api_version ⇒ Object
Returns the value of attribute api_version.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
15 16 17 |
# File 'lib/bcx/configuration.rb', line 15 def initialize @api_version = 'v1' end |
Instance Attribute Details
#account ⇒ Object
Returns the value of attribute account.
13 14 15 |
# File 'lib/bcx/configuration.rb', line 13 def account @account end |
#api_version ⇒ Object
Returns the value of attribute api_version.
13 14 15 |
# File 'lib/bcx/configuration.rb', line 13 def api_version @api_version end |