Class: Regentanz::Conditions::Current

Inherits:
Base
  • Object
show all
Defined in:
lib/regentanz/conditions/current.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#condition, #icon, #style

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Regentanz::Conditions::Base

Instance Attribute Details

#humidityObject

Returns the value of attribute humidity.



7
8
9
# File 'lib/regentanz/conditions/current.rb', line 7

def humidity
  @humidity
end

#temp_cObject

Returns the value of attribute temp_c.



6
7
8
# File 'lib/regentanz/conditions/current.rb', line 6

def temp_c
  @temp_c
end

#temp_fObject

Returns the value of attribute temp_f.



6
7
8
# File 'lib/regentanz/conditions/current.rb', line 6

def temp_f
  @temp_f
end

#wind_conditionObject

Returns the value of attribute wind_condition.



7
8
9
# File 'lib/regentanz/conditions/current.rb', line 7

def wind_condition
  @wind_condition
end