Class: Jumbotron::Canonical::ParticipantInput

Inherits:
Data
  • Object
show all
Defined in:
app/models/jumbotron/canonical.rb

Instance Attribute Summary collapse

Instance Attribute Details

#provider_identitiesObject (readonly)

Returns the value of attribute provider_identities

Returns:

  • (Object)

    the current value of provider_identities



11
12
13
# File 'app/models/jumbotron/canonical.rb', line 11

def provider_identities
  @provider_identities
end

#resultObject (readonly)

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



11
12
13
# File 'app/models/jumbotron/canonical.rb', line 11

def result
  @result
end

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



11
12
13
# File 'app/models/jumbotron/canonical.rb', line 11

def role
  @role
end

#scoreObject (readonly)

Returns the value of attribute score

Returns:

  • (Object)

    the current value of score



11
12
13
# File 'app/models/jumbotron/canonical.rb', line 11

def score
  @score
end

#team_nameObject (readonly)

Returns the value of attribute team_name

Returns:

  • (Object)

    the current value of team_name



11
12
13
# File 'app/models/jumbotron/canonical.rb', line 11

def team_name
  @team_name
end