Class: JpPrefecture::Config
- Inherits:
-
Object
- Object
- JpPrefecture::Config
- Defined in:
- lib/jp_prefecture/config.rb
Overview
都道府県情報の設定
Instance Attribute Summary collapse
-
#mapping_data ⇒ Object
Returns the value of attribute mapping_data.
-
#zip_mapping_data ⇒ Object
Returns the value of attribute zip_mapping_data.
Instance Attribute Details
#mapping_data ⇒ Object
Returns the value of attribute mapping_data.
6 7 8 |
# File 'lib/jp_prefecture/config.rb', line 6 def mapping_data @mapping_data end |
#zip_mapping_data ⇒ Object
Returns the value of attribute zip_mapping_data.
6 7 8 |
# File 'lib/jp_prefecture/config.rb', line 6 def zip_mapping_data @zip_mapping_data end |