Class: Jumbotron::Canonical::GameProgress

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

Instance Attribute Summary collapse

Instance Attribute Details

#clockObject (readonly)

Returns the value of attribute clock

Returns:

  • (Object)

    the current value of clock



48
49
50
# File 'app/models/jumbotron/canonical.rb', line 48

def clock
  @clock
end

#segmentObject (readonly)

Returns the value of attribute segment

Returns:

  • (Object)

    the current value of segment



48
49
50
# File 'app/models/jumbotron/canonical.rb', line 48

def segment
  @segment
end

#stateObject (readonly)

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



48
49
50
# File 'app/models/jumbotron/canonical.rb', line 48

def state
  @state
end