Class: LaunchControl::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



188
189
190
# File 'lib/launch_control.rb', line 188

def initialize
  @mandrill_api_key = nil
end

Instance Attribute Details

#mandrill_api_keyObject

Returns the value of attribute mandrill_api_key.



186
187
188
# File 'lib/launch_control.rb', line 186

def mandrill_api_key
  @mandrill_api_key
end