Class: RWeatherMoon

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

Instance Attribute Summary collapse

Instance Attribute Details

#iconObject

Returns the value of attribute icon

Returns:

  • (Object)

    the current value of icon



4
5
6
# File 'lib/r_weather_current_condition.rb', line 4

def icon
  @icon
end

#tObject

Returns the value of attribute t

Returns:

  • (Object)

    the current value of t



4
5
6
# File 'lib/r_weather_current_condition.rb', line 4

def t
  @t
end