Class: Jumbotron::Public::ScheduleGroupsRequest
- Inherits:
-
Data
- Object
- Data
- Jumbotron::Public::ScheduleGroupsRequest
- Defined in:
- app/models/jumbotron/public.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#league ⇒ Object
readonly
Returns the value of attribute league.
-
#league_id ⇒ Object
readonly
Returns the value of attribute league_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.
Instance Attribute Details
#kind ⇒ Object (readonly)
Returns the value of attribute kind
13 14 15 |
# File 'app/models/jumbotron/public.rb', line 13 def kind @kind end |
#league ⇒ Object (readonly)
Returns the value of attribute league
13 14 15 |
# File 'app/models/jumbotron/public.rb', line 13 def league @league end |
#league_id ⇒ Object (readonly)
Returns the value of attribute league_id
13 14 15 |
# File 'app/models/jumbotron/public.rb', line 13 def league_id @league_id end |
#season ⇒ Object (readonly)
Returns the value of attribute season
13 14 15 |
# File 'app/models/jumbotron/public.rb', line 13 def season @season end |
#season_id ⇒ Object (readonly)
Returns the value of attribute season_id
13 14 15 |
# File 'app/models/jumbotron/public.rb', line 13 def season_id @season_id end |
#season_phase ⇒ Object (readonly)
Returns the value of attribute season_phase
13 14 15 |
# File 'app/models/jumbotron/public.rb', line 13 def season_phase @season_phase end |
#sport ⇒ Object (readonly)
Returns the value of attribute sport
13 14 15 |
# File 'app/models/jumbotron/public.rb', line 13 def sport @sport end |