Method: WeatherJp::DayWeather#initialize
- Defined in:
- lib/weather_jp/day_weather.rb
#initialize(attrs, city, date_code) ⇒ DayWeather
15 16 17 18 19 |
# File 'lib/weather_jp/day_weather.rb', line 15 def initialize(attrs, city, date_code) @attrs = attrs @city = city @date_code = date_code end |