Class: Geonames::WikipediaArticle
- Inherits:
-
Object
- Object
- Geonames::WikipediaArticle
- Defined in:
- lib/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.
32 33 34 |
# File 'lib/wikipedia_article.rb', line 32 def distance @distance end |
#elevation ⇒ Object
Returns the value of attribute elevation.
28 29 30 |
# File 'lib/wikipedia_article.rb', line 28 def elevation @elevation end |
#feature ⇒ Object
Returns the value of attribute feature.
26 27 28 |
# File 'lib/wikipedia_article.rb', line 26 def feature @feature end |
#language ⇒ Object
Returns the value of attribute language.
22 23 24 |
# File 'lib/wikipedia_article.rb', line 22 def language @language end |
#latitude ⇒ Object
Returns the value of attribute latitude.
29 30 31 |
# File 'lib/wikipedia_article.rb', line 29 def latitude @latitude end |
#longitude ⇒ Object
Returns the value of attribute longitude.
30 31 32 |
# File 'lib/wikipedia_article.rb', line 30 def longitude @longitude end |
#population ⇒ Object
Returns the value of attribute population.
27 28 29 |
# File 'lib/wikipedia_article.rb', line 27 def population @population end |
#summary ⇒ Object
Returns the value of attribute summary.
24 25 26 |
# File 'lib/wikipedia_article.rb', line 24 def summary @summary end |
#thumbnail_img ⇒ Object
Returns the value of attribute thumbnail_img.
31 32 33 |
# File 'lib/wikipedia_article.rb', line 31 def thumbnail_img @thumbnail_img end |
#title ⇒ Object
Returns the value of attribute title.
23 24 25 |
# File 'lib/wikipedia_article.rb', line 23 def title @title end |
#wikipedia_url ⇒ Object
Returns the value of attribute wikipedia_url.
25 26 27 |
# File 'lib/wikipedia_article.rb', line 25 def wikipedia_url @wikipedia_url end |