class Geonames::ToponymSearchResult

Attributes

toponyms[RW]
total_results_count[RW]

Public Class Methods

new() click to toggle source
# File lib/geonames/toponym_search_result.rb, line 24
def initialize
  @toponyms = []
end