Class: Jumbotron::Canonical::LineObservationInput
- Inherits:
-
Data
- Object
- Data
- Jumbotron::Canonical::LineObservationInput
- Defined in:
- app/models/jumbotron/canonical.rb
Instance Attribute Summary collapse
-
#bookmaker_identity ⇒ Object
readonly
Returns the value of attribute bookmaker_identity.
-
#bookmaker_name ⇒ Object
readonly
Returns the value of attribute bookmaker_name.
-
#line_value ⇒ Object
readonly
Returns the value of attribute line_value.
-
#market ⇒ Object
readonly
Returns the value of attribute market.
-
#outcome ⇒ Object
readonly
Returns the value of attribute outcome.
-
#price_american ⇒ Object
readonly
Returns the value of attribute price_american.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
Instance Attribute Details
#bookmaker_identity ⇒ Object (readonly)
Returns the value of attribute bookmaker_identity
45 46 47 |
# File 'app/models/jumbotron/canonical.rb', line 45 def bookmaker_identity @bookmaker_identity end |
#bookmaker_name ⇒ Object (readonly)
Returns the value of attribute bookmaker_name
45 46 47 |
# File 'app/models/jumbotron/canonical.rb', line 45 def bookmaker_name @bookmaker_name end |
#line_value ⇒ Object (readonly)
Returns the value of attribute line_value
45 46 47 |
# File 'app/models/jumbotron/canonical.rb', line 45 def line_value @line_value end |
#market ⇒ Object (readonly)
Returns the value of attribute market
45 46 47 |
# File 'app/models/jumbotron/canonical.rb', line 45 def market @market end |
#outcome ⇒ Object (readonly)
Returns the value of attribute outcome
45 46 47 |
# File 'app/models/jumbotron/canonical.rb', line 45 def outcome @outcome end |
#price_american ⇒ Object (readonly)
Returns the value of attribute price_american
45 46 47 |
# File 'app/models/jumbotron/canonical.rb', line 45 def price_american @price_american end |
#source ⇒ Object (readonly)
Returns the value of attribute source
45 46 47 |
# File 'app/models/jumbotron/canonical.rb', line 45 def source @source end |