Class: Geonames::WikipediaArticle

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

Instance Attribute Summary collapse

Instance Attribute Details

#distanceObject

Returns the value of attribute distance.



32
33
34
# File 'lib/wikipedia_article.rb', line 32

def distance
  @distance
end

#elevationObject

Returns the value of attribute elevation.



28
29
30
# File 'lib/wikipedia_article.rb', line 28

def elevation
  @elevation
end

#featureObject

Returns the value of attribute feature.



26
27
28
# File 'lib/wikipedia_article.rb', line 26

def feature
  @feature
end

#languageObject

Returns the value of attribute language.



22
23
24
# File 'lib/wikipedia_article.rb', line 22

def language
  @language
end

#latitudeObject

Returns the value of attribute latitude.



29
30
31
# File 'lib/wikipedia_article.rb', line 29

def latitude
  @latitude
end

#longitudeObject

Returns the value of attribute longitude.



30
31
32
# File 'lib/wikipedia_article.rb', line 30

def longitude
  @longitude
end

#populationObject

Returns the value of attribute population.



27
28
29
# File 'lib/wikipedia_article.rb', line 27

def population
  @population
end

#summaryObject

Returns the value of attribute summary.



24
25
26
# File 'lib/wikipedia_article.rb', line 24

def summary
  @summary
end

#thumbnail_imgObject

Returns the value of attribute thumbnail_img.



31
32
33
# File 'lib/wikipedia_article.rb', line 31

def thumbnail_img
  @thumbnail_img
end

#titleObject

Returns the value of attribute title.



23
24
25
# File 'lib/wikipedia_article.rb', line 23

def title
  @title
end

#wikipedia_urlObject

Returns the value of attribute wikipedia_url.



25
26
27
# File 'lib/wikipedia_article.rb', line 25

def wikipedia_url
  @wikipedia_url
end