Class: Chamomile::TimerTick

Inherits:
Data
  • Object
show all
Defined in:
lib/chamomile/commands.rb

Overview

Typed envelope for timer ticks

Instance Attribute Summary collapse

Instance Attribute Details

#envelopeObject (readonly)

Returns the value of attribute envelope

Returns:

  • (Object)

    the current value of envelope



37
38
39
# File 'lib/chamomile/commands.rb', line 37

def envelope
  @envelope
end

#timeObject (readonly)

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



37
38
39
# File 'lib/chamomile/commands.rb', line 37

def time
  @time
end