Class: Chamomile::TimerTick
- Inherits:
-
Data
- Object
- Data
- Chamomile::TimerTick
- Defined in:
- lib/chamomile/commands.rb
Overview
Typed envelope for timer ticks
Instance Attribute Summary collapse
-
#envelope ⇒ Object
readonly
Returns the value of attribute envelope.
-
#time ⇒ Object
readonly
Returns the value of attribute time.
Instance Attribute Details
#envelope ⇒ Object (readonly)
Returns the value of attribute envelope
37 38 39 |
# File 'lib/chamomile/commands.rb', line 37 def envelope @envelope end |
#time ⇒ Object (readonly)
Returns the value of attribute time
37 38 39 |
# File 'lib/chamomile/commands.rb', line 37 def time @time end |