Class: Sunwatch::Response::Hour

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

Instance Attribute Summary collapse

Instance Attribute Details

#datetimeObject

Returns the value of attribute datetime

Returns:

  • (Object)

    the current value of datetime



3
4
5
# File 'lib/sunwatch/response.rb', line 3

def datetime
  @datetime
end

#uv_valueObject

Returns the value of attribute uv_value

Returns:

  • (Object)

    the current value of uv_value



3
4
5
# File 'lib/sunwatch/response.rb', line 3

def uv_value
  @uv_value
end