Method: Marshmallow#initialize

Defined in:
lib/cerberus/publisher/campfire.rb

#initialize(options = {}) ⇒ Marshmallow

Returns a new instance of Marshmallow.



75
76
77
78
79
# File 'lib/cerberus/publisher/campfire.rb', line 75

def initialize(options={})
  @debug  = options[:debug]
  @domain = options[:domain] || @@domain
  @ssl    = options[:ssl]
end