Class: Chamomile::StopwatchTickMsg

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

Instance Attribute Summary collapse

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



4
5
6
# File 'lib/chamomile/components/stopwatch.rb', line 4

def id
  @id
end

#tagObject (readonly)

Returns the value of attribute tag

Returns:

  • (Object)

    the current value of tag



4
5
6
# File 'lib/chamomile/components/stopwatch.rb', line 4

def tag
  @tag
end

#timeObject (readonly)

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



4
5
6
# File 'lib/chamomile/components/stopwatch.rb', line 4

def time
  @time
end