Class: Jumbotron::Canonical::GameClock

Inherits:
Data
  • Object
show all
Defined in:
app/models/jumbotron/canonical.rb

Overview

Clock label text. Name is canonical/public contract, not Kernel#display.

Instance Attribute Summary collapse

Instance Attribute Details

#displayObject (readonly)

Returns the value of attribute display

Returns:

  • (Object)

    the current value of display



23
24
25
# File 'app/models/jumbotron/canonical.rb', line 23

def display
  @display
end

#modeObject (readonly)

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



23
24
25
# File 'app/models/jumbotron/canonical.rb', line 23

def mode
  @mode
end

#secondsObject (readonly)

Returns the value of attribute seconds

Returns:

  • (Object)

    the current value of seconds



23
24
25
# File 'app/models/jumbotron/canonical.rb', line 23

def seconds
  @seconds
end