Class: Jumbotron::Public::ConsensusLine

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

Instance Attribute Summary collapse

Instance Attribute Details

#constituent_countObject (readonly)

Returns the value of attribute constituent_count

Returns:

  • (Object)

    the current value of constituent_count



41
42
43
# File 'app/models/jumbotron/public.rb', line 41

def constituent_count
  @constituent_count
end

#constituentsObject (readonly)

Returns the value of attribute constituents

Returns:

  • (Object)

    the current value of constituents



41
42
43
# File 'app/models/jumbotron/public.rb', line 41

def constituents
  @constituents
end

#game_idObject (readonly)

Returns the value of attribute game_id

Returns:

  • (Object)

    the current value of game_id



41
42
43
# File 'app/models/jumbotron/public.rb', line 41

def game_id
  @game_id
end

#line_valueObject (readonly)

Returns the value of attribute line_value

Returns:

  • (Object)

    the current value of line_value



41
42
43
# File 'app/models/jumbotron/public.rb', line 41

def line_value
  @line_value
end

#marketObject (readonly)

Returns the value of attribute market

Returns:

  • (Object)

    the current value of market



41
42
43
# File 'app/models/jumbotron/public.rb', line 41

def market
  @market
end

#observed_atObject (readonly)

Returns the value of attribute observed_at

Returns:

  • (Object)

    the current value of observed_at



41
42
43
# File 'app/models/jumbotron/public.rb', line 41

def observed_at
  @observed_at
end

#outcomeObject (readonly)

Returns the value of attribute outcome

Returns:

  • (Object)

    the current value of outcome



41
42
43
# File 'app/models/jumbotron/public.rb', line 41

def outcome
  @outcome
end