Class: Jumbotron::Public::CurrentLine

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

Instance Attribute Summary collapse

Instance Attribute Details

#bookmaker_idObject (readonly)

Returns the value of attribute bookmaker_id

Returns:

  • (Object)

    the current value of bookmaker_id



30
31
32
# File 'app/models/jumbotron/public.rb', line 30

def bookmaker_id
  @bookmaker_id
end

#bookmaker_nameObject (readonly)

Returns the value of attribute bookmaker_name

Returns:

  • (Object)

    the current value of bookmaker_name



30
31
32
# File 'app/models/jumbotron/public.rb', line 30

def bookmaker_name
  @bookmaker_name
end

#changed_atObject (readonly)

Returns the value of attribute changed_at

Returns:

  • (Object)

    the current value of changed_at



30
31
32
# File 'app/models/jumbotron/public.rb', line 30

def changed_at
  @changed_at
end

#game_idObject (readonly)

Returns the value of attribute game_id

Returns:

  • (Object)

    the current value of game_id



30
31
32
# File 'app/models/jumbotron/public.rb', line 30

def game_id
  @game_id
end

#line_valueObject (readonly)

Returns the value of attribute line_value

Returns:

  • (Object)

    the current value of line_value



30
31
32
# File 'app/models/jumbotron/public.rb', line 30

def line_value
  @line_value
end

#marketObject (readonly)

Returns the value of attribute market

Returns:

  • (Object)

    the current value of market



30
31
32
# File 'app/models/jumbotron/public.rb', line 30

def market
  @market
end

#observed_atObject (readonly)

Returns the value of attribute observed_at

Returns:

  • (Object)

    the current value of observed_at



30
31
32
# File 'app/models/jumbotron/public.rb', line 30

def observed_at
  @observed_at
end

#outcomeObject (readonly)

Returns the value of attribute outcome

Returns:

  • (Object)

    the current value of outcome



30
31
32
# File 'app/models/jumbotron/public.rb', line 30

def outcome
  @outcome
end

#price_americanObject (readonly)

Returns the value of attribute price_american

Returns:

  • (Object)

    the current value of price_american



30
31
32
# File 'app/models/jumbotron/public.rb', line 30

def price_american
  @price_american
end