Class: NbaRb::GameSegment
- Inherits:
-
Object
- Object
- NbaRb::GameSegment
- Defined in:
- lib/nba_rb/constants.rb
Class Attribute Summary collapse
-
.default ⇒ Object
Returns the value of attribute default.
-
.entire_game ⇒ Object
Returns the value of attribute entire_game.
-
.first_half ⇒ Object
Returns the value of attribute first_half.
-
.overtime ⇒ Object
Returns the value of attribute overtime.
-
.second_half ⇒ Object
Returns the value of attribute second_half.
Class Attribute Details
.default ⇒ Object
Returns the value of attribute default.
168 169 170 |
# File 'lib/nba_rb/constants.rb', line 168 def default @default end |
.entire_game ⇒ Object
Returns the value of attribute entire_game.
168 169 170 |
# File 'lib/nba_rb/constants.rb', line 168 def entire_game @entire_game end |
.first_half ⇒ Object
Returns the value of attribute first_half.
168 169 170 |
# File 'lib/nba_rb/constants.rb', line 168 def first_half @first_half end |
.overtime ⇒ Object
Returns the value of attribute overtime.
168 169 170 |
# File 'lib/nba_rb/constants.rb', line 168 def overtime @overtime end |
.second_half ⇒ Object
Returns the value of attribute second_half.
168 169 170 |
# File 'lib/nba_rb/constants.rb', line 168 def second_half @second_half end |