Class: WeatherManCurrentConditions

Inherits:
Object
  • Object
show all
Defined in:
lib/weather_man_response.rb

Instance Attribute Summary collapse

Instance Attribute Details

#barometric_pressureObject

Returns the value of attribute barometric_pressure.



84
85
86
# File 'lib/weather_man_response.rb', line 84

def barometric_pressure
  @barometric_pressure
end

#descriptionObject

Returns the value of attribute description.



84
85
86
# File 'lib/weather_man_response.rb', line 84

def description
  @description
end

#dew_pointObject

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_likeObject

Returns the value of attribute feels_like.



84
85
86
# File 'lib/weather_man_response.rb', line 84

def feels_like
  @feels_like
end

#humidityObject

Returns the value of attribute humidity.



84
85
86
# File 'lib/weather_man_response.rb', line 84

def humidity
  @humidity
end

#icon_codeObject

Returns the value of attribute icon_code.



84
85
86
# File 'lib/weather_man_response.rb', line 84

def icon_code
  @icon_code
end

#moonObject

Returns the value of attribute moon.



84
85
86
# File 'lib/weather_man_response.rb', line 84

def moon
  @moon
end

#temperatureObject

Returns the value of attribute temperature.



84
85
86
# File 'lib/weather_man_response.rb', line 84

def temperature
  @temperature
end

#uvObject

Returns the value of attribute uv.



84
85
86
# File 'lib/weather_man_response.rb', line 84

def uv
  @uv
end

#visibilityObject

Returns the value of attribute visibility.



84
85
86
# File 'lib/weather_man_response.rb', line 84

def visibility
  @visibility
end

#windObject

Returns the value of attribute wind.



84
85
86
# File 'lib/weather_man_response.rb', line 84

def wind
  @wind
end