Class: Veeqo::Configuration
- Inherits:
-
Object
- Object
- Veeqo::Configuration
- Defined in:
- lib/veeqo/configuration.rb
Instance Attribute Summary collapse
-
#api_host ⇒ Object
Returns the value of attribute api_host.
-
#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.
5 6 7 |
# File 'lib/veeqo/configuration.rb', line 5 def initialize @api_host ||= "api.veeqo.com" end |
Instance Attribute Details
#api_host ⇒ Object
Returns the value of attribute api_host.
3 4 5 |
# File 'lib/veeqo/configuration.rb', line 3 def api_host @api_host end |
#api_key ⇒ Object
Returns the value of attribute api_key.
3 4 5 |
# File 'lib/veeqo/configuration.rb', line 3 def api_key @api_key end |