Class: Poms::Builderless::Event
- Inherits:
-
Object
- Object
- Poms::Builderless::Event
- Defined in:
- lib/poms/builderless/broadcast.rb
Overview
A single event of a broadcast.
Instance Method Summary collapse
-
#initialize(hash) ⇒ Event
constructor
A new instance of Event.
- #starts_at ⇒ Object
Constructor Details
#initialize(hash) ⇒ Event
Returns a new instance of Event.
28 29 30 |
# File 'lib/poms/builderless/broadcast.rb', line 28 def initialize(hash) @hash = hash end |