Class: Datasets::PostalCodeJapan::Record
- Inherits:
-
Struct
- Object
- Struct
- Datasets::PostalCodeJapan::Record
- Defined in:
- lib/datasets/postal-code-japan.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#address_reading ⇒ Object
Returns the value of attribute address_reading.
-
#change_reason ⇒ Object
Returns the value of attribute change_reason.
-
#changed ⇒ Object
(also: #changed?)
Returns the value of attribute changed.
-
#city ⇒ Object
Returns the value of attribute city.
-
#city_reading ⇒ Object
Returns the value of attribute city_reading.
-
#have_address_number_per_koaza ⇒ Object
(also: #have_address_number_per_koaza?)
Returns the value of attribute have_address_number_per_koaza.
-
#have_chome ⇒ Object
(also: #have_chome?)
Returns the value of attribute have_chome.
-
#have_multiple_postal_codes ⇒ Object
(also: #have_multiple_postal_codes?)
Returns the value of attribute have_multiple_postal_codes.
-
#old_postal_code ⇒ Object
Returns the value of attribute old_postal_code.
-
#organization_code ⇒ Object
Returns the value of attribute organization_code.
-
#postal_code ⇒ Object
Returns the value of attribute postal_code.
-
#postal_code_is_shared ⇒ Object
(also: #postal_code_is_shared?)
Returns the value of attribute postal_code_is_shared.
-
#prefecture ⇒ Object
Returns the value of attribute prefecture.
-
#prefecture_reading ⇒ Object
Returns the value of attribute prefecture_reading.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
8 9 10 |
# File 'lib/datasets/postal-code-japan.rb', line 8 def address @address end |
#address_reading ⇒ Object
Returns the value of attribute address_reading
8 9 10 |
# File 'lib/datasets/postal-code-japan.rb', line 8 def address_reading @address_reading end |
#change_reason ⇒ Object
Returns the value of attribute change_reason
8 9 10 |
# File 'lib/datasets/postal-code-japan.rb', line 8 def change_reason @change_reason end |
#changed ⇒ Object Also known as: changed?
Returns the value of attribute changed
8 9 10 |
# File 'lib/datasets/postal-code-japan.rb', line 8 def changed @changed end |
#city ⇒ Object
Returns the value of attribute city
8 9 10 |
# File 'lib/datasets/postal-code-japan.rb', line 8 def city @city end |
#city_reading ⇒ Object
Returns the value of attribute city_reading
8 9 10 |
# File 'lib/datasets/postal-code-japan.rb', line 8 def city_reading @city_reading end |
#have_address_number_per_koaza ⇒ Object Also known as: have_address_number_per_koaza?
Returns the value of attribute have_address_number_per_koaza
8 9 10 |
# File 'lib/datasets/postal-code-japan.rb', line 8 def have_address_number_per_koaza @have_address_number_per_koaza end |
#have_chome ⇒ Object Also known as: have_chome?
Returns the value of attribute have_chome
8 9 10 |
# File 'lib/datasets/postal-code-japan.rb', line 8 def have_chome @have_chome end |
#have_multiple_postal_codes ⇒ Object Also known as: have_multiple_postal_codes?
Returns the value of attribute have_multiple_postal_codes
8 9 10 |
# File 'lib/datasets/postal-code-japan.rb', line 8 def have_multiple_postal_codes @have_multiple_postal_codes end |
#old_postal_code ⇒ Object
Returns the value of attribute old_postal_code
8 9 10 |
# File 'lib/datasets/postal-code-japan.rb', line 8 def old_postal_code @old_postal_code end |
#organization_code ⇒ Object
Returns the value of attribute organization_code
8 9 10 |
# File 'lib/datasets/postal-code-japan.rb', line 8 def organization_code @organization_code end |
#postal_code ⇒ Object
Returns the value of attribute postal_code
8 9 10 |
# File 'lib/datasets/postal-code-japan.rb', line 8 def postal_code @postal_code end |
#postal_code_is_shared ⇒ Object Also known as:
Returns the value of attribute postal_code_is_shared
8 9 10 |
# File 'lib/datasets/postal-code-japan.rb', line 8 def postal_code_is_shared @postal_code_is_shared end |
#prefecture ⇒ Object
Returns the value of attribute prefecture
8 9 10 |
# File 'lib/datasets/postal-code-japan.rb', line 8 def prefecture @prefecture end |
#prefecture_reading ⇒ Object
Returns the value of attribute prefecture_reading
8 9 10 |
# File 'lib/datasets/postal-code-japan.rb', line 8 def prefecture_reading @prefecture_reading end |