Class: UserInfoNormalizer::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#address_formObject

Returns the value of attribute address_form.



2
3
4
# File 'lib/user_info_normalizer/configuration.rb', line 2

def address_form
  @address_form
end

#name_kana_formObject

Returns the value of attribute name_kana_form.



2
3
4
# File 'lib/user_info_normalizer/configuration.rb', line 2

def name_kana_form
  @name_kana_form
end

#tel_formObject

Returns the value of attribute tel_form.



2
3
4
# File 'lib/user_info_normalizer/configuration.rb', line 2

def tel_form
  @tel_form
end

#zip_code_formObject

Returns the value of attribute zip_code_form.



2
3
4
# File 'lib/user_info_normalizer/configuration.rb', line 2

def zip_code_form
  @zip_code_form
end