Class: GameStatus
- Inherits:
-
Object
- Object
- GameStatus
- Defined in:
- lib/game_status.rb
Instance Attribute Summary collapse
-
#b ⇒ Object
Returns the value of attribute b.
-
#ind ⇒ Object
Returns the value of attribute ind.
-
#inning ⇒ Object
Returns the value of attribute inning.
-
#o ⇒ Object
Returns the value of attribute o.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#s ⇒ Object
Returns the value of attribute s.
-
#status ⇒ Object
Returns the value of attribute status.
-
#top_inning ⇒ Object
Returns the value of attribute top_inning.
Instance Attribute Details
#b ⇒ Object
Returns the value of attribute b.
4 5 6 |
# File 'lib/game_status.rb', line 4 def b @b end |
#ind ⇒ Object
Returns the value of attribute ind.
4 5 6 |
# File 'lib/game_status.rb', line 4 def ind @ind end |
#inning ⇒ Object
Returns the value of attribute inning.
4 5 6 |
# File 'lib/game_status.rb', line 4 def inning @inning end |
#o ⇒ Object
Returns the value of attribute o.
4 5 6 |
# File 'lib/game_status.rb', line 4 def o @o end |
#reason ⇒ Object
Returns the value of attribute reason.
4 5 6 |
# File 'lib/game_status.rb', line 4 def reason @reason end |
#s ⇒ Object
Returns the value of attribute s.
4 5 6 |
# File 'lib/game_status.rb', line 4 def s @s end |
#status ⇒ Object
Returns the value of attribute status.
4 5 6 |
# File 'lib/game_status.rb', line 4 def status @status end |
#top_inning ⇒ Object
Returns the value of attribute top_inning.
4 5 6 |
# File 'lib/game_status.rb', line 4 def top_inning @top_inning end |