Class: Geonames::WikipediaArticle
- Inherits:
-
Object
- Object
- Geonames::WikipediaArticle
- Defined in:
- lib/geonames/wikipedia_article.rb
Instance Attribute Summary collapse
-
#distance ⇒ Object
Returns the value of attribute distance.
-
#elevation ⇒ Object
Returns the value of attribute elevation.
-
#feature ⇒ Object
Returns the value of attribute feature.
-
#language ⇒ Object
Returns the value of attribute language.
-
#latitude ⇒ Object
Returns the value of attribute latitude.
-
#longitude ⇒ Object
Returns the value of attribute longitude.
-
#population ⇒ Object
Returns the value of attribute population.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#thumbnail_img ⇒ Object
Returns the value of attribute thumbnail_img.
-
#title ⇒ Object
Returns the value of attribute title.
-
#wikipedia_url ⇒ Object
Returns the value of attribute wikipedia_url.
Instance Attribute Details
#distance ⇒ Object
Returns the value of attribute distance.
22 23 24 |
# File 'lib/geonames/wikipedia_article.rb', line 22 def distance @distance end |
#elevation ⇒ Object
Returns the value of attribute elevation.
22 23 24 |
# File 'lib/geonames/wikipedia_article.rb', line 22 def elevation @elevation end |
#feature ⇒ Object
Returns the value of attribute feature.
22 23 24 |
# File 'lib/geonames/wikipedia_article.rb', line 22 def feature @feature end |
#language ⇒ Object
Returns the value of attribute language.
22 23 24 |
# File 'lib/geonames/wikipedia_article.rb', line 22 def language @language end |
#latitude ⇒ Object
Returns the value of attribute latitude.
22 23 24 |
# File 'lib/geonames/wikipedia_article.rb', line 22 def latitude @latitude end |
#longitude ⇒ Object
Returns the value of attribute longitude.
22 23 24 |
# File 'lib/geonames/wikipedia_article.rb', line 22 def longitude @longitude end |
#population ⇒ Object
Returns the value of attribute population.
22 23 24 |
# File 'lib/geonames/wikipedia_article.rb', line 22 def population @population end |
#summary ⇒ Object
Returns the value of attribute summary.
22 23 24 |
# File 'lib/geonames/wikipedia_article.rb', line 22 def summary @summary end |
#thumbnail_img ⇒ Object
Returns the value of attribute thumbnail_img.
22 23 24 |
# File 'lib/geonames/wikipedia_article.rb', line 22 def thumbnail_img @thumbnail_img end |
#title ⇒ Object
Returns the value of attribute title.
22 23 24 |
# File 'lib/geonames/wikipedia_article.rb', line 22 def title @title end |
#wikipedia_url ⇒ Object
Returns the value of attribute wikipedia_url.
22 23 24 |
# File 'lib/geonames/wikipedia_article.rb', line 22 def wikipedia_url @wikipedia_url end |