Class: Jumbotron::Canonical::GameInput
- Inherits:
-
Data
- Object
- Data
- Jumbotron::Canonical::GameInput
- Defined in:
- app/models/jumbotron/canonical.rb
Instance Attribute Summary collapse
-
#lifecycle ⇒ Object
readonly
Returns the value of attribute lifecycle.
-
#neutral_site ⇒ Object
readonly
Returns the value of attribute neutral_site.
-
#participants ⇒ Object
readonly
Returns the value of attribute participants.
-
#progress ⇒ Object
readonly
Returns the value of attribute progress.
-
#provider_identities ⇒ Object
readonly
Returns the value of attribute provider_identities.
-
#schedule_group ⇒ Object
readonly
Returns the value of attribute schedule_group.
-
#scheduled_at ⇒ Object
readonly
Returns the value of attribute scheduled_at.
-
#season_phase_key ⇒ Object
readonly
Returns the value of attribute season_phase_key.
-
#season_year ⇒ Object
readonly
Returns the value of attribute season_year.
-
#venue ⇒ Object
readonly
Returns the value of attribute venue.
Instance Method Summary collapse
-
#initialize(progress: nil, **members) ⇒ GameInput
constructor
A new instance of GameInput.
Constructor Details
#initialize(progress: nil, **members) ⇒ GameInput
Returns a new instance of GameInput.
38 39 40 |
# File 'app/models/jumbotron/canonical.rb', line 38 def initialize(progress: nil, **members) super end |
Instance Attribute Details
#lifecycle ⇒ Object (readonly)
Returns the value of attribute lifecycle
26 27 28 |
# File 'app/models/jumbotron/canonical.rb', line 26 def lifecycle @lifecycle end |
#neutral_site ⇒ Object (readonly)
Returns the value of attribute neutral_site
26 27 28 |
# File 'app/models/jumbotron/canonical.rb', line 26 def neutral_site @neutral_site end |
#participants ⇒ Object (readonly)
Returns the value of attribute participants
26 27 28 |
# File 'app/models/jumbotron/canonical.rb', line 26 def participants @participants end |
#progress ⇒ Object (readonly)
Returns the value of attribute progress
26 27 28 |
# File 'app/models/jumbotron/canonical.rb', line 26 def progress @progress end |
#provider_identities ⇒ Object (readonly)
Returns the value of attribute provider_identities
26 27 28 |
# File 'app/models/jumbotron/canonical.rb', line 26 def provider_identities @provider_identities end |
#schedule_group ⇒ Object (readonly)
Returns the value of attribute schedule_group
26 27 28 |
# File 'app/models/jumbotron/canonical.rb', line 26 def schedule_group @schedule_group end |
#scheduled_at ⇒ Object (readonly)
Returns the value of attribute scheduled_at
26 27 28 |
# File 'app/models/jumbotron/canonical.rb', line 26 def scheduled_at @scheduled_at end |
#season_phase_key ⇒ Object (readonly)
Returns the value of attribute season_phase_key
26 27 28 |
# File 'app/models/jumbotron/canonical.rb', line 26 def season_phase_key @season_phase_key end |
#season_year ⇒ Object (readonly)
Returns the value of attribute season_year
26 27 28 |
# File 'app/models/jumbotron/canonical.rb', line 26 def season_year @season_year end |
#venue ⇒ Object (readonly)
Returns the value of attribute venue
26 27 28 |
# File 'app/models/jumbotron/canonical.rb', line 26 def venue @venue end |