Class: AirQualityIndex::City
- Inherits:
-
Object
- Object
- AirQualityIndex::City
- Defined in:
- lib/air_quality_index/city.rb
Instance Attribute Summary collapse
-
#current_aqi_index ⇒ Object
Returns the value of attribute current_aqi_index.
-
#current_aqi_msg ⇒ Object
Returns the value of attribute current_aqi_msg.
-
#current_aqi_timestamp ⇒ Object
Returns the value of attribute current_aqi_timestamp.
-
#current_health_msg ⇒ Object
Returns the value of attribute current_health_msg.
-
#current_ozone ⇒ Object
Returns the value of attribute current_ozone.
-
#current_ozone_msg ⇒ Object
Returns the value of attribute current_ozone_msg.
-
#current_pm ⇒ Object
Returns the value of attribute current_pm.
-
#current_pm_msg ⇒ Object
Returns the value of attribute current_pm_msg.
-
#index ⇒ Object
Returns the value of attribute index.
-
#link ⇒ Object
Returns the value of attribute link.
-
#location_city ⇒ Object
Returns the value of attribute location_city.
-
#location_name_full ⇒ Object
Returns the value of attribute location_name_full.
-
#location_state ⇒ Object
Returns the value of attribute location_state.
-
#message ⇒ Object
Returns the value of attribute message.
-
#today_aqi ⇒ Object
Returns the value of attribute today_aqi.
-
#today_aqi_msg ⇒ Object
Returns the value of attribute today_aqi_msg.
-
#today_ozone ⇒ Object
Returns the value of attribute today_ozone.
-
#todays_index ⇒ Object
Returns the value of attribute todays_index.
-
#tomorrow_aqi ⇒ Object
Returns the value of attribute tomorrow_aqi.
-
#tomorrow_aqi_msg ⇒ Object
Returns the value of attribute tomorrow_aqi_msg.
-
#tomorrow_ozone ⇒ Object
Returns the value of attribute tomorrow_ozone.
Instance Attribute Details
#current_aqi_index ⇒ Object
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_msg ⇒ Object
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_timestamp ⇒ Object
Returns the value of attribute current_aqi_timestamp.
3 4 5 |
# File 'lib/air_quality_index/city.rb', line 3 def end |
#current_health_msg ⇒ Object
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_ozone ⇒ Object
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_msg ⇒ Object
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_pm ⇒ Object
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_msg ⇒ Object
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 |
#index ⇒ Object
Returns the value of attribute index.
3 4 5 |
# File 'lib/air_quality_index/city.rb', line 3 def index @index end |
#link ⇒ Object
Returns the value of attribute link.
3 4 5 |
# File 'lib/air_quality_index/city.rb', line 3 def link @link end |
#location_city ⇒ Object
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_full ⇒ Object
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_state ⇒ Object
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 |
#message ⇒ Object
Returns the value of attribute message.
3 4 5 |
# File 'lib/air_quality_index/city.rb', line 3 def end |
#today_aqi ⇒ Object
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_msg ⇒ Object
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_ozone ⇒ Object
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_index ⇒ Object
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_aqi ⇒ Object
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_msg ⇒ Object
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_ozone ⇒ Object
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 |