Class: AtlasEngine::AddressImporter::Validation::Wrapper::AddressStruct

Inherits:
Struct
  • Object
show all
Defined in:
app/models/atlas_engine/address_importer/validation/wrapper.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cityObject

Returns the value of attribute city

Returns:

  • (Object)

    the current value of city



15
16
17
# File 'app/models/atlas_engine/address_importer/validation/wrapper.rb', line 15

def city
  @city
end

#country_codeObject

Returns the value of attribute country_code

Returns:

  • (Object)

    the current value of country_code



15
16
17
# File 'app/models/atlas_engine/address_importer/validation/wrapper.rb', line 15

def country_code
  @country_code
end

#province_codeObject

Returns the value of attribute province_code

Returns:

  • (Object)

    the current value of province_code



15
16
17
# File 'app/models/atlas_engine/address_importer/validation/wrapper.rb', line 15

def province_code
  @province_code
end

#zipObject

Returns the value of attribute zip

Returns:

  • (Object)

    the current value of zip



15
16
17
# File 'app/models/atlas_engine/address_importer/validation/wrapper.rb', line 15

def zip
  @zip
end