Class: Jumbotron::Canonical::GameInput

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#lifecycleObject (readonly)

Returns the value of attribute lifecycle

Returns:

  • (Object)

    the current value of lifecycle



26
27
28
# File 'app/models/jumbotron/canonical.rb', line 26

def lifecycle
  @lifecycle
end

#neutral_siteObject (readonly)

Returns the value of attribute neutral_site

Returns:

  • (Object)

    the current value of neutral_site



26
27
28
# File 'app/models/jumbotron/canonical.rb', line 26

def neutral_site
  @neutral_site
end

#participantsObject (readonly)

Returns the value of attribute participants

Returns:

  • (Object)

    the current value of participants



26
27
28
# File 'app/models/jumbotron/canonical.rb', line 26

def participants
  @participants
end

#progressObject (readonly)

Returns the value of attribute progress

Returns:

  • (Object)

    the current value of progress



26
27
28
# File 'app/models/jumbotron/canonical.rb', line 26

def progress
  @progress
end

#provider_identitiesObject (readonly)

Returns the value of attribute provider_identities

Returns:

  • (Object)

    the current value of provider_identities



26
27
28
# File 'app/models/jumbotron/canonical.rb', line 26

def provider_identities
  @provider_identities
end

#schedule_groupObject (readonly)

Returns the value of attribute schedule_group

Returns:

  • (Object)

    the current value of schedule_group



26
27
28
# File 'app/models/jumbotron/canonical.rb', line 26

def schedule_group
  @schedule_group
end

#scheduled_atObject (readonly)

Returns the value of attribute scheduled_at

Returns:

  • (Object)

    the current value of scheduled_at



26
27
28
# File 'app/models/jumbotron/canonical.rb', line 26

def scheduled_at
  @scheduled_at
end

#season_phase_keyObject (readonly)

Returns the value of attribute season_phase_key

Returns:

  • (Object)

    the current value of season_phase_key



26
27
28
# File 'app/models/jumbotron/canonical.rb', line 26

def season_phase_key
  @season_phase_key
end

#season_yearObject (readonly)

Returns the value of attribute season_year

Returns:

  • (Object)

    the current value of season_year



26
27
28
# File 'app/models/jumbotron/canonical.rb', line 26

def season_year
  @season_year
end

#venueObject (readonly)

Returns the value of attribute venue

Returns:

  • (Object)

    the current value of venue



26
27
28
# File 'app/models/jumbotron/canonical.rb', line 26

def venue
  @venue
end