Class: Jumbotron::Public::Schedule
- Inherits:
-
Data
- Object
- Data
- Jumbotron::Public::Schedule
- Defined in:
- app/models/jumbotron/public.rb
Instance Attribute Summary collapse
-
#ends_at ⇒ Object
readonly
Returns the value of attribute ends_at.
-
#games ⇒ Object
readonly
Returns the value of attribute games.
-
#group ⇒ Object
readonly
Returns the value of attribute group.
-
#league ⇒ Object
readonly
Returns the value of attribute league.
-
#season ⇒ Object
readonly
Returns the value of attribute season.
-
#season_phase ⇒ Object
readonly
Returns the value of attribute season_phase.
-
#starts_at ⇒ Object
readonly
Returns the value of attribute starts_at.
Instance Attribute Details
#ends_at ⇒ Object (readonly)
Returns the value of attribute ends_at
63 64 65 |
# File 'app/models/jumbotron/public.rb', line 63 def ends_at @ends_at end |
#games ⇒ Object (readonly)
Returns the value of attribute games
63 64 65 |
# File 'app/models/jumbotron/public.rb', line 63 def games @games end |
#group ⇒ Object (readonly)
Returns the value of attribute group
63 64 65 |
# File 'app/models/jumbotron/public.rb', line 63 def group @group end |
#league ⇒ Object (readonly)
Returns the value of attribute league
63 64 65 |
# File 'app/models/jumbotron/public.rb', line 63 def league @league end |
#season ⇒ Object (readonly)
Returns the value of attribute season
63 64 65 |
# File 'app/models/jumbotron/public.rb', line 63 def season @season end |
#season_phase ⇒ Object (readonly)
Returns the value of attribute season_phase
63 64 65 |
# File 'app/models/jumbotron/public.rb', line 63 def season_phase @season_phase end |
#starts_at ⇒ Object (readonly)
Returns the value of attribute starts_at
63 64 65 |
# File 'app/models/jumbotron/public.rb', line 63 def starts_at @starts_at end |