Class: Conditions

Inherits:
Weatherzone::Resource show all
Includes:
Weatherzone::Helpers::Units
Defined in:
lib/weatherzone/resources/conditions.rb

Instance Method Summary collapse

Methods included from Weatherzone::Helpers::Units

included

Methods inherited from Weatherzone::Resource

has_attribute, has_elements, inherited, #settings

Instance Method Details

#wind_dir_and_speedObject



16
17
18
# File 'lib/weatherzone/resources/conditions.rb', line 16

def wind_dir_and_speed
  wind_dir_compass || wind_speed_kph ? "#{wind_dir_compass} #{wind_speed_kph}" : nil
end