Class: GeoMasterJp::Config::API
- Inherits:
-
Object
- Object
- GeoMasterJp::Config::API
- Defined in:
- lib/geo_master_jp/config.rb
Instance Attribute Summary collapse
-
#cities_filter ⇒ Object
Returns the value of attribute cities_filter.
-
#prefectures_filter ⇒ Object
Returns the value of attribute prefectures_filter.
-
#towns_filter ⇒ Object
Returns the value of attribute towns_filter.
Instance Attribute Details
#cities_filter ⇒ Object
Returns the value of attribute cities_filter.
26 27 28 |
# File 'lib/geo_master_jp/config.rb', line 26 def cities_filter @cities_filter end |
#prefectures_filter ⇒ Object
Returns the value of attribute prefectures_filter.
26 27 28 |
# File 'lib/geo_master_jp/config.rb', line 26 def prefectures_filter @prefectures_filter end |
#towns_filter ⇒ Object
Returns the value of attribute towns_filter.
26 27 28 |
# File 'lib/geo_master_jp/config.rb', line 26 def towns_filter @towns_filter end |