Class: WeatherFunds::Sunshine
- Defined in:
- lib/weather_funds/sunshine.rb
Instance Method Summary collapse
-
#initialize ⇒ Sunshine
constructor
A new instance of Sunshine.
Methods inherited from ResultSet
#date, #find, #find_by_scheme, #lotteries, #results
Constructor Details
#initialize ⇒ Sunshine
Returns a new instance of Sunshine.
5 6 7 |
# File 'lib/weather_funds/sunshine.rb', line 5 def initialize super('sreslt', 'sch') end |