Class: Webceo::Configuration
- Inherits:
-
Object
- Object
- Webceo::Configuration
- Defined in:
- lib/webceo/configuration.rb
Overview
Class Configuration provides ability to set webceo specific configurations
Instance Attribute Summary collapse
-
#api_key ⇒ String
API Key required to be present along with the api request.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
Initialize default attribute values.
Constructor Details
#initialize ⇒ Configuration
Initialize default attribute values
18 19 20 |
# File 'lib/webceo/configuration.rb', line 18 def initialize @api_key = nil end |
Instance Attribute Details
#api_key ⇒ String
Returns API Key required to be present along with the api request.
12 13 14 |
# File 'lib/webceo/configuration.rb', line 12 def api_key @api_key end |