Class: RWeatherWind

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

Instance Attribute Summary collapse

Instance Attribute Details

#dObject

Returns the value of attribute d

Returns:

  • (Object)

    the current value of d



2
3
4
# File 'lib/r_weather_current_condition.rb', line 2

def d
  @d
end

#gustObject

Returns the value of attribute gust

Returns:

  • (Object)

    the current value of gust



2
3
4
# File 'lib/r_weather_current_condition.rb', line 2

def gust
  @gust
end

#sObject

Returns the value of attribute s

Returns:

  • (Object)

    the current value of s



2
3
4
# File 'lib/r_weather_current_condition.rb', line 2

def s
  @s
end

#tObject

Returns the value of attribute t

Returns:

  • (Object)

    the current value of t



2
3
4
# File 'lib/r_weather_current_condition.rb', line 2

def t
  @t
end