Class: Jumbotron::Canonical::CurrentLine
- Inherits:
-
Data
- Object
- Data
- Jumbotron::Canonical::CurrentLine
- Defined in:
- app/models/jumbotron/canonical.rb
Instance Attribute Summary collapse
-
#bookmaker_id ⇒ Object
readonly
Returns the value of attribute bookmaker_id.
-
#bookmaker_name ⇒ Object
readonly
Returns the value of attribute bookmaker_name.
-
#changed_at ⇒ Object
readonly
Returns the value of attribute changed_at.
-
#game_id ⇒ Object
readonly
Returns the value of attribute game_id.
-
#line_observation_id ⇒ Object
readonly
Returns the value of attribute line_observation_id.
-
#line_value ⇒ Object
readonly
Returns the value of attribute line_value.
-
#market ⇒ Object
readonly
Returns the value of attribute market.
-
#observed_at ⇒ Object
readonly
Returns the value of attribute observed_at.
-
#outcome ⇒ Object
readonly
Returns the value of attribute outcome.
-
#price_american ⇒ Object
readonly
Returns the value of attribute price_american.
Instance Attribute Details
#bookmaker_id ⇒ Object (readonly)
Returns the value of attribute bookmaker_id
63 64 65 |
# File 'app/models/jumbotron/canonical.rb', line 63 def bookmaker_id @bookmaker_id end |
#bookmaker_name ⇒ Object (readonly)
Returns the value of attribute bookmaker_name
63 64 65 |
# File 'app/models/jumbotron/canonical.rb', line 63 def bookmaker_name @bookmaker_name end |
#changed_at ⇒ Object (readonly)
Returns the value of attribute changed_at
63 64 65 |
# File 'app/models/jumbotron/canonical.rb', line 63 def changed_at @changed_at end |
#game_id ⇒ Object (readonly)
Returns the value of attribute game_id
63 64 65 |
# File 'app/models/jumbotron/canonical.rb', line 63 def game_id @game_id end |
#line_observation_id ⇒ Object (readonly)
Returns the value of attribute line_observation_id
63 64 65 |
# File 'app/models/jumbotron/canonical.rb', line 63 def line_observation_id @line_observation_id end |
#line_value ⇒ Object (readonly)
Returns the value of attribute line_value
63 64 65 |
# File 'app/models/jumbotron/canonical.rb', line 63 def line_value @line_value end |
#market ⇒ Object (readonly)
Returns the value of attribute market
63 64 65 |
# File 'app/models/jumbotron/canonical.rb', line 63 def market @market end |
#observed_at ⇒ Object (readonly)
Returns the value of attribute observed_at
63 64 65 |
# File 'app/models/jumbotron/canonical.rb', line 63 def observed_at @observed_at end |
#outcome ⇒ Object (readonly)
Returns the value of attribute outcome
63 64 65 |
# File 'app/models/jumbotron/canonical.rb', line 63 def outcome @outcome end |
#price_american ⇒ Object (readonly)
Returns the value of attribute price_american
63 64 65 |
# File 'app/models/jumbotron/canonical.rb', line 63 def price_american @price_american end |