Class: Jumbotron::Public::GameProgress
- Inherits:
-
Data
- Object
- Data
- Jumbotron::Public::GameProgress
- Defined in:
- app/models/jumbotron/public.rb
Instance Attribute Summary collapse
-
#clock ⇒ Object
readonly
Returns the value of attribute clock.
-
#segment ⇒ Object
readonly
Returns the value of attribute segment.
-
#state ⇒ Object
readonly
Returns the value of attribute state.
Instance Attribute Details
#clock ⇒ Object (readonly)
Returns the value of attribute clock
28 29 30 |
# File 'app/models/jumbotron/public.rb', line 28 def clock @clock end |
#segment ⇒ Object (readonly)
Returns the value of attribute segment
28 29 30 |
# File 'app/models/jumbotron/public.rb', line 28 def segment @segment end |
#state ⇒ Object (readonly)
Returns the value of attribute state
28 29 30 |
# File 'app/models/jumbotron/public.rb', line 28 def state @state end |