Class: SRL::PastRace
- Inherits:
-
Object
- Object
- SRL::PastRace
- Includes:
- Unmarshalable
- Defined in:
- lib/srl/typedefs.rb
Defined Under Namespace
Classes: Result
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#game ⇒ Object
Returns the value of attribute game.
-
#goal ⇒ Object
readonly
Returns the value of attribute goal.
-
#results ⇒ Object
Returns the value of attribute results.
Method Summary
Methods included from Unmarshalable
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date.
173 174 175 |
# File 'lib/srl/typedefs.rb', line 173 def date @date end |
#game ⇒ Object
Returns the value of attribute game.
168 169 170 |
# File 'lib/srl/typedefs.rb', line 168 def game @game end |
#goal ⇒ Object (readonly)
Returns the value of attribute goal.
178 179 180 |
# File 'lib/srl/typedefs.rb', line 178 def goal @goal end |
#results ⇒ Object
Returns the value of attribute results.
180 181 182 |
# File 'lib/srl/typedefs.rb', line 180 def results @results end |