Class: Jumbotron::Canonical::GameProgress
- Inherits:
-
Data
- Object
- Data
- Jumbotron::Canonical::GameProgress
- Defined in:
- app/models/jumbotron/canonical.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
24 25 26 |
# File 'app/models/jumbotron/canonical.rb', line 24 def clock @clock end |
#segment ⇒ Object (readonly)
Returns the value of attribute segment
24 25 26 |
# File 'app/models/jumbotron/canonical.rb', line 24 def segment @segment end |
#state ⇒ Object (readonly)
Returns the value of attribute state
24 25 26 |
# File 'app/models/jumbotron/canonical.rb', line 24 def state @state end |