Class: Jumbotron::Canonical::ParticipantInput
- Inherits:
-
Data
- Object
- Data
- Jumbotron::Canonical::ParticipantInput
- Defined in:
- app/models/jumbotron/canonical.rb
Instance Attribute Summary collapse
-
#provider_identities ⇒ Object
readonly
Returns the value of attribute provider_identities.
-
#record_summary ⇒ Object
readonly
Returns the value of attribute record_summary.
-
#result ⇒ Object
readonly
Returns the value of attribute result.
-
#role ⇒ Object
readonly
Returns the value of attribute role.
-
#score ⇒ Object
readonly
Returns the value of attribute score.
-
#team_abbreviation ⇒ Object
readonly
Returns the value of attribute team_abbreviation.
-
#team_name ⇒ Object
readonly
Returns the value of attribute team_name.
-
#team_nickname ⇒ Object
readonly
Returns the value of attribute team_nickname.
Instance Method Summary collapse
-
#initialize(provider_identities:, team_name:, role:, score:, result:, team_nickname: nil, team_abbreviation: nil, record_summary: nil) ⇒ ParticipantInput
constructor
A new instance of ParticipantInput.
Constructor Details
#initialize(provider_identities:, team_name:, role:, score:, result:, team_nickname: nil, team_abbreviation: nil, record_summary: nil) ⇒ ParticipantInput
Returns a new instance of ParticipantInput.
29 30 31 32 33 34 35 36 37 38 39 40 |
# File 'app/models/jumbotron/canonical.rb', line 29 def initialize( provider_identities:, team_name:, role:, score:, result:, team_nickname: nil, team_abbreviation: nil, record_summary: nil ) super end |
Instance Attribute Details
#provider_identities ⇒ Object (readonly)
Returns the value of attribute provider_identities
19 20 21 |
# File 'app/models/jumbotron/canonical.rb', line 19 def provider_identities @provider_identities end |
#record_summary ⇒ Object (readonly)
Returns the value of attribute record_summary
19 20 21 |
# File 'app/models/jumbotron/canonical.rb', line 19 def record_summary @record_summary end |
#result ⇒ Object (readonly)
Returns the value of attribute result
19 20 21 |
# File 'app/models/jumbotron/canonical.rb', line 19 def result @result end |
#role ⇒ Object (readonly)
Returns the value of attribute role
19 20 21 |
# File 'app/models/jumbotron/canonical.rb', line 19 def role @role end |
#score ⇒ Object (readonly)
Returns the value of attribute score
19 20 21 |
# File 'app/models/jumbotron/canonical.rb', line 19 def score @score end |
#team_abbreviation ⇒ Object (readonly)
Returns the value of attribute team_abbreviation
19 20 21 |
# File 'app/models/jumbotron/canonical.rb', line 19 def team_abbreviation @team_abbreviation end |
#team_name ⇒ Object (readonly)
Returns the value of attribute team_name
19 20 21 |
# File 'app/models/jumbotron/canonical.rb', line 19 def team_name @team_name end |
#team_nickname ⇒ Object (readonly)
Returns the value of attribute team_nickname
19 20 21 |
# File 'app/models/jumbotron/canonical.rb', line 19 def team_nickname @team_nickname end |