Class: Geonames::ToponymSearchCriteria
- Inherits:
-
Object
- Object
- Geonames::ToponymSearchCriteria
- Defined in:
- lib/toponym_search_criteria.rb
Instance Attribute Summary collapse
-
#admin_code_1 ⇒ Object
Returns the value of attribute admin_code_1.
-
#country_code ⇒ Object
Returns the value of attribute country_code.
-
#feature_class ⇒ Object
Returns the value of attribute feature_class.
-
#feature_codes ⇒ Object
Returns the value of attribute feature_codes.
-
#language ⇒ Object
Returns the value of attribute language.
-
#max_rows ⇒ Object
Returns the value of attribute max_rows.
-
#name ⇒ Object
Returns the value of attribute name.
-
#name_equals ⇒ Object
Returns the value of attribute name_equals.
-
#name_starts_with ⇒ Object
Returns the value of attribute name_starts_with.
-
#q ⇒ Object
Returns the value of attribute q.
-
#start_row ⇒ Object
Returns the value of attribute start_row.
-
#style ⇒ Object
Returns the value of attribute style.
-
#tag ⇒ Object
Returns the value of attribute tag.
Instance Attribute Details
#admin_code_1 ⇒ Object
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_code ⇒ Object
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_class ⇒ Object
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_codes ⇒ Object
Returns the value of attribute feature_codes.
31 32 33 |
# File 'lib/toponym_search_criteria.rb', line 31 def feature_codes @feature_codes end |
#language ⇒ Object
Returns the value of attribute language.
28 29 30 |
# File 'lib/toponym_search_criteria.rb', line 28 def language @language end |
#max_rows ⇒ Object
Returns the value of attribute max_rows.
33 34 35 |
# File 'lib/toponym_search_criteria.rb', line 33 def max_rows @max_rows end |
#name ⇒ Object
Returns the value of attribute name.
24 25 26 |
# File 'lib/toponym_search_criteria.rb', line 24 def name @name end |
#name_equals ⇒ Object
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_with ⇒ Object
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 |
#q ⇒ Object
Returns the value of attribute q.
22 23 24 |
# File 'lib/toponym_search_criteria.rb', line 22 def q @q end |
#start_row ⇒ Object
Returns the value of attribute start_row.
34 35 36 |
# File 'lib/toponym_search_criteria.rb', line 34 def start_row @start_row end |
#style ⇒ Object
Returns the value of attribute style.
29 30 31 |
# File 'lib/toponym_search_criteria.rb', line 29 def style @style end |
#tag ⇒ Object
Returns the value of attribute tag.
27 28 29 |
# File 'lib/toponym_search_criteria.rb', line 27 def tag @tag end |