Class: Weathercom::WwirForecast
- Inherits:
-
Object
- Object
- Weathercom::WwirForecast
- Includes:
- ForecastMethods
- Defined in:
- lib/weathercom/wwir_forecast.rb
Instance Attribute Summary collapse
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
Instance Method Summary collapse
-
#initialize(info, metadata) ⇒ WwirForecast
constructor
A new instance of WwirForecast.
Methods included from ForecastMethods
Constructor Details
#initialize(info, metadata) ⇒ WwirForecast
Returns a new instance of WwirForecast.
6 7 8 9 |
# File 'lib/weathercom/wwir_forecast.rb', line 6 def initialize(info, ) @info = info.dup.freeze @metadata = end |
Instance Attribute Details
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata.
11 12 13 |
# File 'lib/weathercom/wwir_forecast.rb', line 11 def @metadata end |