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



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

def bookmaker_id
  @bookmaker_id
end

#bookmaker_nameObject (readonly)

Returns the value of attribute bookmaker_name

Returns:

  • (Object)

    the current value of bookmaker_name



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

def bookmaker_name
  @bookmaker_name
end

#changed_atObject (readonly)

Returns the value of attribute changed_at

Returns:

  • (Object)

    the current value of changed_at



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

def changed_at
  @changed_at
end

#game_idObject (readonly)

Returns the value of attribute game_id

Returns:

  • (Object)

    the current value of game_id



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

def game_id
  @game_id
end

#line_valueObject (readonly)

Returns the value of attribute line_value

Returns:

  • (Object)

    the current value of line_value



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

def line_value
  @line_value
end

#marketObject (readonly)

Returns the value of attribute market

Returns:

  • (Object)

    the current value of market



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

def market
  @market
end

#observed_atObject (readonly)

Returns the value of attribute observed_at

Returns:

  • (Object)

    the current value of observed_at



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

def observed_at
  @observed_at
end

#outcomeObject (readonly)

Returns the value of attribute outcome

Returns:

  • (Object)

    the current value of outcome



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

def outcome
  @outcome
end

#price_americanObject (readonly)

Returns the value of attribute price_american

Returns:

  • (Object)

    the current value of price_american



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

def price_american
  @price_american
end