Class: DamageControl::Publisher::Yahoo
- Defined in:
- lib/damagecontrol/publisher/yahoo.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#name ⇒ Object
register self.
- #publish(build) ⇒ Object
Methods inherited from Base
Instance Method Details
#name ⇒ Object
register self
8 9 10 |
# File 'lib/damagecontrol/publisher/yahoo.rb', line 8 def name "Yahoo" end |
#publish(build) ⇒ Object
12 13 |
# File 'lib/damagecontrol/publisher/yahoo.rb', line 12 def publish(build) end |