Class: TimeSlot

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeTimeSlot

Returns a new instance of TimeSlot.



4
5
# File 'lib/timeslot.rb', line 4

def initialize
end

Instance Attribute Details

#conditionsObject

Returns the value of attribute conditions.



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

def conditions
  @conditions
end

#humidityObject

Returns the value of attribute humidity.



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

def humidity
  @humidity
end

#icon_urlObject

Returns the value of attribute icon_url.



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

def icon_url
  @icon_url
end

#nextObject

Returns the value of attribute next.



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

def next
  @next
end

#pressureObject

Returns the value of attribute pressure.



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

def pressure
  @pressure
end

#prevObject

Returns the value of attribute prev.



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

def prev
  @prev
end

#temperatureObject

Returns the value of attribute temperature.



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

def temperature
  @temperature
end

#timeObject

Returns the value of attribute time.



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

def time
  @time
end

#visibilityObject

Returns the value of attribute visibility.



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

def visibility
  @visibility
end

#wind_directionObject

Returns the value of attribute wind_direction.



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

def wind_direction
  @wind_direction
end

#wind_speedObject

Returns the value of attribute wind_speed.



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

def wind_speed
  @wind_speed
end