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.
-
#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_name ⇒ Object
readonly
Returns the value of attribute team_name.
Instance Attribute Details
#provider_identities ⇒ Object (readonly)
Returns the value of attribute provider_identities
11 12 13 |
# File 'app/models/jumbotron/canonical.rb', line 11 def provider_identities @provider_identities end |
#result ⇒ Object (readonly)
Returns the value of attribute result
11 12 13 |
# File 'app/models/jumbotron/canonical.rb', line 11 def result @result end |
#role ⇒ Object (readonly)
Returns the value of attribute role
11 12 13 |
# File 'app/models/jumbotron/canonical.rb', line 11 def role @role end |
#score ⇒ Object (readonly)
Returns the value of attribute score
11 12 13 |
# File 'app/models/jumbotron/canonical.rb', line 11 def score @score end |
#team_name ⇒ Object (readonly)
Returns the value of attribute team_name
11 12 13 |
# File 'app/models/jumbotron/canonical.rb', line 11 def team_name @team_name end |