Class: Jumbotron::Public::Game

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

Instance Attribute Summary collapse

Instance Attribute Details

#changed_atObject (readonly)

Returns the value of attribute changed_at

Returns:

  • (Object)

    the current value of changed_at



50
51
52
# File 'app/models/jumbotron/public.rb', line 50

def changed_at
  @changed_at
end

#consensus_linesObject (readonly)

Returns the value of attribute consensus_lines

Returns:

  • (Object)

    the current value of consensus_lines



50
51
52
# File 'app/models/jumbotron/public.rb', line 50

def consensus_lines
  @consensus_lines
end

#current_linesObject (readonly)

Returns the value of attribute current_lines

Returns:

  • (Object)

    the current value of current_lines



50
51
52
# File 'app/models/jumbotron/public.rb', line 50

def current_lines
  @current_lines
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



50
51
52
# File 'app/models/jumbotron/public.rb', line 50

def id
  @id
end

#lifecycleObject (readonly)

Returns the value of attribute lifecycle

Returns:

  • (Object)

    the current value of lifecycle



50
51
52
# File 'app/models/jumbotron/public.rb', line 50

def lifecycle
  @lifecycle
end

#neutral_siteObject (readonly)

Returns the value of attribute neutral_site

Returns:

  • (Object)

    the current value of neutral_site



50
51
52
# File 'app/models/jumbotron/public.rb', line 50

def neutral_site
  @neutral_site
end

#observed_atObject (readonly)

Returns the value of attribute observed_at

Returns:

  • (Object)

    the current value of observed_at



50
51
52
# File 'app/models/jumbotron/public.rb', line 50

def observed_at
  @observed_at
end

#participantsObject (readonly)

Returns the value of attribute participants

Returns:

  • (Object)

    the current value of participants



50
51
52
# File 'app/models/jumbotron/public.rb', line 50

def participants
  @participants
end

#progressObject (readonly)

Returns the value of attribute progress

Returns:

  • (Object)

    the current value of progress



50
51
52
# File 'app/models/jumbotron/public.rb', line 50

def progress
  @progress
end

#scheduled_atObject (readonly)

Returns the value of attribute scheduled_at

Returns:

  • (Object)

    the current value of scheduled_at



50
51
52
# File 'app/models/jumbotron/public.rb', line 50

def scheduled_at
  @scheduled_at
end

#venueObject (readonly)

Returns the value of attribute venue

Returns:

  • (Object)

    the current value of venue



50
51
52
# File 'app/models/jumbotron/public.rb', line 50

def venue
  @venue
end