Class: Game

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

Instance Attribute Summary collapse

Instance Attribute Details

#dateObject

Returns the value of attribute date.



3
4
5
# File 'lib/sec_mens_bball/game.rb', line 3

def date
  @date
end

#opponentObject

Returns the value of attribute opponent.



3
4
5
# File 'lib/sec_mens_bball/game.rb', line 3

def opponent
  @opponent
end

#resultObject

Returns the value of attribute result.



3
4
5
# File 'lib/sec_mens_bball/game.rb', line 3

def result
  @result
end