Class: KickboxRails::Configuration
- Inherits:
-
Object
- Object
- KickboxRails::Configuration
- Defined in:
- lib/kickbox_rails.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#api_resource ⇒ Object
Returns the value of attribute api_resource.
-
#api_url ⇒ Object
Returns the value of attribute api_url.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
61 62 63 64 65 |
# File 'lib/kickbox_rails.rb', line 61 def initialize @api_key = nil @api_url = nil @api_resource = nil end |
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
59 60 61 |
# File 'lib/kickbox_rails.rb', line 59 def api_key @api_key end |
#api_resource ⇒ Object
Returns the value of attribute api_resource.
59 60 61 |
# File 'lib/kickbox_rails.rb', line 59 def api_resource @api_resource end |
#api_url ⇒ Object
Returns the value of attribute api_url.
59 60 61 |
# File 'lib/kickbox_rails.rb', line 59 def api_url @api_url end |