Class: WeatherFunds::Lottery::Winner
- Inherits:
-
Struct
- Object
- Struct
- WeatherFunds::Lottery::Winner
- Defined in:
- lib/weather_funds/lottery.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#prize ⇒ Object
Returns the value of attribute prize.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/weather_funds/lottery.rb', line 5 def name @name end |
#prize ⇒ Object
Returns the value of attribute prize
5 6 7 |
# File 'lib/weather_funds/lottery.rb', line 5 def prize @prize end |