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(={}) @debug = [:debug] @domain = [:domain] || @@domain @ssl = [:ssl] end |