Class: GreenhouseIo::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/greenhouse_io/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_tokenObject

Returns the value of attribute api_token.



3
4
5
# File 'lib/greenhouse_io/configuration.rb', line 3

def api_token
  @api_token
end

#organizationObject

Returns the value of attribute organization.



3
4
5
# File 'lib/greenhouse_io/configuration.rb', line 3

def organization
  @organization
end

#symbolize_keysObject

Returns the value of attribute symbolize_keys.



3
4
5
# File 'lib/greenhouse_io/configuration.rb', line 3

def symbolize_keys
  @symbolize_keys
end