Class: BillyApi::Configuration
- Inherits:
-
Object
- Object
- BillyApi::Configuration
- Defined in:
- lib/billy_api.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
17 18 19 |
# File 'lib/billy_api.rb', line 17 def initialize @api_key = nil end |
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
15 16 17 |
# File 'lib/billy_api.rb', line 15 def api_key @api_key end |