Class: MeteofranceApi::Rain::Forecast
- Inherits:
-
Object
- Object
- MeteofranceApi::Rain::Forecast
- Defined in:
- lib/meteofrance_api/models/rain/forecast.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#intensity(data) ⇒ Object
readonly
Returns the value of attribute intensity.
-
#time ⇒ Object
readonly
Returns the value of attribute time.
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description.
4 5 6 |
# File 'lib/meteofrance_api/models/rain/forecast.rb', line 4 def description @description end |
#intensity(data) ⇒ Object (readonly)
Returns the value of attribute intensity.
3 4 5 |
# File 'lib/meteofrance_api/models/rain/forecast.rb', line 3 def intensity @intensity end |
#time ⇒ Object (readonly)
Returns the value of attribute time.
2 3 4 |
# File 'lib/meteofrance_api/models/rain/forecast.rb', line 2 def time @time end |