Class: Geonames::ToponymSearchCriteria

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

Instance Attribute Summary collapse

Instance Attribute Details

#admin_code_1Object

Returns the value of attribute admin_code_1.



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

def admin_code_1
  @admin_code_1
end

#country_codeObject

Returns the value of attribute country_code.



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

def country_code
  @country_code
end

#feature_classObject

Returns the value of attribute feature_class.



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

def feature_class
  @feature_class
end

#feature_codesObject

Returns the value of attribute feature_codes.



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

def feature_codes
  @feature_codes
end

#languageObject

Returns the value of attribute language.



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

def language
  @language
end

#max_rowsObject

Returns the value of attribute max_rows.



33
34
35
# File 'lib/toponym_search_criteria.rb', line 33

def max_rows
  @max_rows
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#name_equalsObject

Returns the value of attribute name_equals.



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

def name_equals
  @name_equals
end

#name_starts_withObject

Returns the value of attribute name_starts_with.



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

def name_starts_with
  @name_starts_with
end

#qObject

Returns the value of attribute q.



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

def q
  @q
end

#start_rowObject

Returns the value of attribute start_row.



34
35
36
# File 'lib/toponym_search_criteria.rb', line 34

def start_row
  @start_row
end

#styleObject

Returns the value of attribute style.



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

def style
  @style
end

#tagObject

Returns the value of attribute tag.



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

def tag
  @tag
end