Class: Cerberus::Publisher::Campfire
- Defined in:
- lib/cerberus/publisher/campfire.rb
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.publish(state, manager, options) ⇒ Object
4 5 6 7 8 9 10 |
# File 'lib/cerberus/publisher/campfire.rb', line 4 def self.publish(state, manager, ) url = [:publisher, :campfire, :url] subject,body = Cerberus::Publisher::Base.(state, manager, ) Marshmallow.say(url, subject) Marshmallow.paste(url, body) end |