Class: AtlasEngine::AddressImporter::Validation::Wrapper::AddressStruct
- Inherits:
-
Struct
- Object
- Struct
- AtlasEngine::AddressImporter::Validation::Wrapper::AddressStruct
- Defined in:
- app/models/atlas_engine/address_importer/validation/wrapper.rb
Instance Attribute Summary collapse
-
#city ⇒ Object
Returns the value of attribute city.
-
#country_code ⇒ Object
Returns the value of attribute country_code.
-
#province_code ⇒ Object
Returns the value of attribute province_code.
-
#zip ⇒ Object
Returns the value of attribute zip.
Instance Attribute Details
#city ⇒ Object
Returns the value of attribute city
15 16 17 |
# File 'app/models/atlas_engine/address_importer/validation/wrapper.rb', line 15 def city @city end |
#country_code ⇒ Object
Returns the value of attribute country_code
15 16 17 |
# File 'app/models/atlas_engine/address_importer/validation/wrapper.rb', line 15 def country_code @country_code end |
#province_code ⇒ Object
Returns the value of attribute province_code
15 16 17 |
# File 'app/models/atlas_engine/address_importer/validation/wrapper.rb', line 15 def province_code @province_code end |
#zip ⇒ Object
Returns the value of attribute zip
15 16 17 |
# File 'app/models/atlas_engine/address_importer/validation/wrapper.rb', line 15 def zip @zip end |