Class: Jumbotron::Public::ConsensusLine
- Inherits:
-
Data
- Object
- Data
- Jumbotron::Public::ConsensusLine
- Defined in:
- app/models/jumbotron/public.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.
-
#observed_at ⇒ Object
readonly
Returns the value of attribute observed_at.
-
#outcome ⇒ Object
readonly
Returns the value of attribute outcome.
Instance Attribute Details
#constituent_count ⇒ Object (readonly)
Returns the value of attribute constituent_count
41 42 43 |
# File 'app/models/jumbotron/public.rb', line 41 def constituent_count @constituent_count end |
#constituents ⇒ Object (readonly)
Returns the value of attribute constituents
41 42 43 |
# File 'app/models/jumbotron/public.rb', line 41 def constituents @constituents end |
#game_id ⇒ Object (readonly)
Returns the value of attribute game_id
41 42 43 |
# File 'app/models/jumbotron/public.rb', line 41 def game_id @game_id end |
#line_value ⇒ Object (readonly)
Returns the value of attribute line_value
41 42 43 |
# File 'app/models/jumbotron/public.rb', line 41 def line_value @line_value end |
#market ⇒ Object (readonly)
Returns the value of attribute market
41 42 43 |
# File 'app/models/jumbotron/public.rb', line 41 def market @market end |
#observed_at ⇒ Object (readonly)
Returns the value of attribute observed_at
41 42 43 |
# File 'app/models/jumbotron/public.rb', line 41 def observed_at @observed_at end |
#outcome ⇒ Object (readonly)
Returns the value of attribute outcome
41 42 43 |
# File 'app/models/jumbotron/public.rb', line 41 def outcome @outcome end |