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
75 76 77 |
# File 'app/models/jumbotron/public.rb', line 75 def ends_at @ends_at end |
#games ⇒ Object (readonly)
Returns the value of attribute games
75 76 77 |
# File 'app/models/jumbotron/public.rb', line 75 def games @games end |
#group ⇒ Object (readonly)
Returns the value of attribute group
75 76 77 |
# File 'app/models/jumbotron/public.rb', line 75 def group @group end |
#league ⇒ Object (readonly)
Returns the value of attribute league
75 76 77 |
# File 'app/models/jumbotron/public.rb', line 75 def league @league end |
#season ⇒ Object (readonly)
Returns the value of attribute season
75 76 77 |
# File 'app/models/jumbotron/public.rb', line 75 def season @season end |
#season_phase ⇒ Object (readonly)
Returns the value of attribute season_phase
75 76 77 |
# File 'app/models/jumbotron/public.rb', line 75 def season_phase @season_phase end |
#starts_at ⇒ Object (readonly)
Returns the value of attribute starts_at
75 76 77 |
# File 'app/models/jumbotron/public.rb', line 75 def starts_at @starts_at end |