Class: Jumbotron::Canonical::ConsensusLine
- Inherits:
-
Data
- Object
- Data
- Jumbotron::Canonical::ConsensusLine
- Defined in:
- app/models/jumbotron/canonical.rb
Instance Attribute Summary collapse
-
#constituent_count ⇒ Object
readonly
Returns the value of attribute constituent_count.
-
#constituents ⇒ Object
readonly
Returns the value of attribute constituents.
-
#game_id ⇒ Object
readonly
Returns the value of attribute game_id.
-
#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.
Instance Attribute Details
#constituent_count ⇒ Object (readonly)
Returns the value of attribute constituent_count
78 79 80 |
# File 'app/models/jumbotron/canonical.rb', line 78 def constituent_count @constituent_count end |
#constituents ⇒ Object (readonly)
Returns the value of attribute constituents
78 79 80 |
# File 'app/models/jumbotron/canonical.rb', line 78 def constituents @constituents end |
#game_id ⇒ Object (readonly)
Returns the value of attribute game_id
78 79 80 |
# File 'app/models/jumbotron/canonical.rb', line 78 def game_id @game_id end |
#line_value ⇒ Object (readonly)
Returns the value of attribute line_value
78 79 80 |
# File 'app/models/jumbotron/canonical.rb', line 78 def line_value @line_value end |
#market ⇒ Object (readonly)
Returns the value of attribute market
78 79 80 |
# File 'app/models/jumbotron/canonical.rb', line 78 def market @market end |
#outcome ⇒ Object (readonly)
Returns the value of attribute outcome
78 79 80 |
# File 'app/models/jumbotron/canonical.rb', line 78 def outcome @outcome end |