Class: JpPrefecture::Config

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

Overview

都道府県情報の設定

Instance Attribute Summary collapse

Instance Attribute Details

#mapping_dataObject

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_dataObject

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