Class: Game
- Inherits:
-
Object
- Object
- Game
- Defined in:
- lib/sec_mens_bball/game.rb
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#opponent ⇒ Object
Returns the value of attribute opponent.
-
#result ⇒ Object
Returns the value of attribute result.
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date.
3 4 5 |
# File 'lib/sec_mens_bball/game.rb', line 3 def date @date end |
#opponent ⇒ Object
Returns the value of attribute opponent.
3 4 5 |
# File 'lib/sec_mens_bball/game.rb', line 3 def opponent @opponent end |
#result ⇒ Object
Returns the value of attribute result.
3 4 5 |
# File 'lib/sec_mens_bball/game.rb', line 3 def result @result end |