Class: DamageControl::Publisher::AmbientOrb
- Defined in:
- lib/damagecontrol/publisher/ambient_orb.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/ambient_orb.rb', line 8 def name "Ambient Orb" end |
#publish(build) ⇒ Object
12 13 |
# File 'lib/damagecontrol/publisher/ambient_orb.rb', line 12 def publish(build) end |