Class: AirQualityIndex::City

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

Instance Attribute Summary collapse

Instance Attribute Details

#current_aqi_indexObject

Returns the value of attribute current_aqi_index.



3
4
5
# File 'lib/air_quality_index/city.rb', line 3

def current_aqi_index
  @current_aqi_index
end

#current_aqi_msgObject

Returns the value of attribute current_aqi_msg.



3
4
5
# File 'lib/air_quality_index/city.rb', line 3

def current_aqi_msg
  @current_aqi_msg
end

#current_aqi_timestampObject

Returns the value of attribute current_aqi_timestamp.



3
4
5
# File 'lib/air_quality_index/city.rb', line 3

def current_aqi_timestamp
  @current_aqi_timestamp
end

#current_health_msgObject

Returns the value of attribute current_health_msg.



3
4
5
# File 'lib/air_quality_index/city.rb', line 3

def current_health_msg
  @current_health_msg
end

#current_ozoneObject

Returns the value of attribute current_ozone.



3
4
5
# File 'lib/air_quality_index/city.rb', line 3

def current_ozone
  @current_ozone
end

#current_ozone_msgObject

Returns the value of attribute current_ozone_msg.



3
4
5
# File 'lib/air_quality_index/city.rb', line 3

def current_ozone_msg
  @current_ozone_msg
end

#current_pmObject

Returns the value of attribute current_pm.



3
4
5
# File 'lib/air_quality_index/city.rb', line 3

def current_pm
  @current_pm
end

#current_pm_msgObject

Returns the value of attribute current_pm_msg.



3
4
5
# File 'lib/air_quality_index/city.rb', line 3

def current_pm_msg
  @current_pm_msg
end

#indexObject

Returns the value of attribute index.



3
4
5
# File 'lib/air_quality_index/city.rb', line 3

def index
  @index
end

Returns the value of attribute link.



3
4
5
# File 'lib/air_quality_index/city.rb', line 3

def link
  @link
end

#location_cityObject

Returns the value of attribute location_city.



3
4
5
# File 'lib/air_quality_index/city.rb', line 3

def location_city
  @location_city
end

#location_name_fullObject

Returns the value of attribute location_name_full.



3
4
5
# File 'lib/air_quality_index/city.rb', line 3

def location_name_full
  @location_name_full
end

#location_stateObject

Returns the value of attribute location_state.



3
4
5
# File 'lib/air_quality_index/city.rb', line 3

def location_state
  @location_state
end

#messageObject

Returns the value of attribute message.



3
4
5
# File 'lib/air_quality_index/city.rb', line 3

def message
  @message
end

#today_aqiObject

Returns the value of attribute today_aqi.



3
4
5
# File 'lib/air_quality_index/city.rb', line 3

def today_aqi
  @today_aqi
end

#today_aqi_msgObject

Returns the value of attribute today_aqi_msg.



3
4
5
# File 'lib/air_quality_index/city.rb', line 3

def today_aqi_msg
  @today_aqi_msg
end

#today_ozoneObject

Returns the value of attribute today_ozone.



3
4
5
# File 'lib/air_quality_index/city.rb', line 3

def today_ozone
  @today_ozone
end

#todays_indexObject

Returns the value of attribute todays_index.



3
4
5
# File 'lib/air_quality_index/city.rb', line 3

def todays_index
  @todays_index
end

#tomorrow_aqiObject

Returns the value of attribute tomorrow_aqi.



3
4
5
# File 'lib/air_quality_index/city.rb', line 3

def tomorrow_aqi
  @tomorrow_aqi
end

#tomorrow_aqi_msgObject

Returns the value of attribute tomorrow_aqi_msg.



3
4
5
# File 'lib/air_quality_index/city.rb', line 3

def tomorrow_aqi_msg
  @tomorrow_aqi_msg
end

#tomorrow_ozoneObject

Returns the value of attribute tomorrow_ozone.



3
4
5
# File 'lib/air_quality_index/city.rb', line 3

def tomorrow_ozone
  @tomorrow_ozone
end