Class: WeatherManCurrentConditions
- Inherits:
-
Object
- Object
- WeatherManCurrentConditions
- Defined in:
- lib/weather_man_response.rb
Instance Attribute Summary collapse
-
#barometric_pressure ⇒ Object
Returns the value of attribute barometric_pressure.
-
#description ⇒ Object
Returns the value of attribute description.
-
#dew_point ⇒ Object
Returns the value of attribute dew_point.
-
#feels_like ⇒ Object
Returns the value of attribute feels_like.
-
#humidity ⇒ Object
Returns the value of attribute humidity.
-
#icon_code ⇒ Object
Returns the value of attribute icon_code.
-
#moon ⇒ Object
Returns the value of attribute moon.
-
#temperature ⇒ Object
Returns the value of attribute temperature.
-
#uv ⇒ Object
Returns the value of attribute uv.
-
#visibility ⇒ Object
Returns the value of attribute visibility.
-
#wind ⇒ Object
Returns the value of attribute wind.
Instance Attribute Details
#barometric_pressure ⇒ Object
Returns the value of attribute barometric_pressure.
84 85 86 |
# File 'lib/weather_man_response.rb', line 84 def @barometric_pressure end |
#description ⇒ Object
Returns the value of attribute description.
84 85 86 |
# File 'lib/weather_man_response.rb', line 84 def description @description end |
#dew_point ⇒ Object
Returns the value of attribute dew_point.
84 85 86 |
# File 'lib/weather_man_response.rb', line 84 def dew_point @dew_point end |
#feels_like ⇒ Object
Returns the value of attribute feels_like.
84 85 86 |
# File 'lib/weather_man_response.rb', line 84 def feels_like @feels_like end |
#humidity ⇒ Object
Returns the value of attribute humidity.
84 85 86 |
# File 'lib/weather_man_response.rb', line 84 def humidity @humidity end |
#icon_code ⇒ Object
Returns the value of attribute icon_code.
84 85 86 |
# File 'lib/weather_man_response.rb', line 84 def icon_code @icon_code end |
#moon ⇒ Object
Returns the value of attribute moon.
84 85 86 |
# File 'lib/weather_man_response.rb', line 84 def moon @moon end |
#temperature ⇒ Object
Returns the value of attribute temperature.
84 85 86 |
# File 'lib/weather_man_response.rb', line 84 def temperature @temperature end |
#uv ⇒ Object
Returns the value of attribute uv.
84 85 86 |
# File 'lib/weather_man_response.rb', line 84 def uv @uv end |
#visibility ⇒ Object
Returns the value of attribute visibility.
84 85 86 |
# File 'lib/weather_man_response.rb', line 84 def visibility @visibility end |
#wind ⇒ Object
Returns the value of attribute wind.
84 85 86 |
# File 'lib/weather_man_response.rb', line 84 def wind @wind end |