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



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

def clock
  @clock
end

#segmentObject (readonly)

Returns the value of attribute segment

Returns:

  • (Object)

    the current value of segment



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

def segment
  @segment
end

#stateObject (readonly)

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



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

def state
  @state
end