Class: GameStatus

Inherits:
Object
  • Object
show all
Defined in:
lib/game_status.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bObject

Returns the value of attribute b.



4
5
6
# File 'lib/game_status.rb', line 4

def b
  @b
end

#indObject

Returns the value of attribute ind.



4
5
6
# File 'lib/game_status.rb', line 4

def ind
  @ind
end

#inningObject

Returns the value of attribute inning.



4
5
6
# File 'lib/game_status.rb', line 4

def inning
  @inning
end

#oObject

Returns the value of attribute o.



4
5
6
# File 'lib/game_status.rb', line 4

def o
  @o
end

#reasonObject

Returns the value of attribute reason.



4
5
6
# File 'lib/game_status.rb', line 4

def reason
  @reason
end

#sObject

Returns the value of attribute s.



4
5
6
# File 'lib/game_status.rb', line 4

def s
  @s
end

#statusObject

Returns the value of attribute status.



4
5
6
# File 'lib/game_status.rb', line 4

def status
  @status
end

#top_inningObject

Returns the value of attribute top_inning.



4
5
6
# File 'lib/game_status.rb', line 4

def top_inning
  @top_inning
end