Class: Regentanz::Conditions::Forecast

Inherits:
Base
  • Object
show all
Defined in:
lib/regentanz/conditions/forecast.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

#day_of_weekObject

Returns the value of attribute day_of_week.



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

def day_of_week
  @day_of_week
end

#highObject

Returns the value of attribute high.



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

def high
  @high
end

#lowObject

Returns the value of attribute low.



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

def low
  @low
end