Class: Jumbotron::Public::ScheduleRequest
- Inherits:
-
Data
- Object
- Data
- Jumbotron::Public::ScheduleRequest
- Defined in:
- app/models/jumbotron/public.rb
Instance Attribute Summary collapse
-
#ends_at ⇒ Object
readonly
Returns the value of attribute ends_at.
-
#group ⇒ Object
readonly
Returns the value of attribute group.
-
#includes ⇒ Object
readonly
Returns the value of attribute includes.
-
#league ⇒ Object
readonly
Returns the value of attribute league.
-
#league_id ⇒ Object
readonly
Returns the value of attribute league_id.
-
#schedule_group_id ⇒ Object
readonly
Returns the value of attribute schedule_group_id.
-
#season ⇒ Object
readonly
Returns the value of attribute season.
-
#season_id ⇒ Object
readonly
Returns the value of attribute season_id.
-
#season_phase ⇒ Object
readonly
Returns the value of attribute season_phase.
-
#sport ⇒ Object
readonly
Returns the value of attribute sport.
-
#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
74 75 76 |
# File 'app/models/jumbotron/public.rb', line 74 def ends_at @ends_at end |
#group ⇒ Object (readonly)
Returns the value of attribute group
74 75 76 |
# File 'app/models/jumbotron/public.rb', line 74 def group @group end |
#includes ⇒ Object (readonly)
Returns the value of attribute includes
74 75 76 |
# File 'app/models/jumbotron/public.rb', line 74 def includes @includes end |
#league ⇒ Object (readonly)
Returns the value of attribute league
74 75 76 |
# File 'app/models/jumbotron/public.rb', line 74 def league @league end |
#league_id ⇒ Object (readonly)
Returns the value of attribute league_id
74 75 76 |
# File 'app/models/jumbotron/public.rb', line 74 def league_id @league_id end |
#schedule_group_id ⇒ Object (readonly)
Returns the value of attribute schedule_group_id
74 75 76 |
# File 'app/models/jumbotron/public.rb', line 74 def schedule_group_id @schedule_group_id end |
#season ⇒ Object (readonly)
Returns the value of attribute season
74 75 76 |
# File 'app/models/jumbotron/public.rb', line 74 def season @season end |
#season_id ⇒ Object (readonly)
Returns the value of attribute season_id
74 75 76 |
# File 'app/models/jumbotron/public.rb', line 74 def season_id @season_id end |
#season_phase ⇒ Object (readonly)
Returns the value of attribute season_phase
74 75 76 |
# File 'app/models/jumbotron/public.rb', line 74 def season_phase @season_phase end |
#sport ⇒ Object (readonly)
Returns the value of attribute sport
74 75 76 |
# File 'app/models/jumbotron/public.rb', line 74 def sport @sport end |
#starts_at ⇒ Object (readonly)
Returns the value of attribute starts_at
74 75 76 |
# File 'app/models/jumbotron/public.rb', line 74 def starts_at @starts_at end |