Class: GreenhouseIo::Configuration
- Inherits:
-
Object
- Object
- GreenhouseIo::Configuration
- Defined in:
- lib/greenhouse_io/configuration.rb
Instance Attribute Summary collapse
-
#api_token ⇒ Object
Returns the value of attribute api_token.
-
#organization ⇒ Object
Returns the value of attribute organization.
-
#symbolize_keys ⇒ Object
Returns the value of attribute symbolize_keys.
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/greenhouse_io/configuration.rb', line 5 def initialize @symbolize_keys = false end |
Instance Attribute Details
#api_token ⇒ Object
Returns the value of attribute api_token.
3 4 5 |
# File 'lib/greenhouse_io/configuration.rb', line 3 def api_token @api_token end |
#organization ⇒ Object
Returns the value of attribute organization.
3 4 5 |
# File 'lib/greenhouse_io/configuration.rb', line 3 def organization @organization end |
#symbolize_keys ⇒ Object
Returns the value of attribute symbolize_keys.
3 4 5 |
# File 'lib/greenhouse_io/configuration.rb', line 3 def symbolize_keys @symbolize_keys end |