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