Class: SEPOMEX_Acrogenesis::ZipCode

Inherits:
Struct
  • Object
show all
Defined in:
lib/sepomex_acrogenesis/structs/zip_code.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cityObject

Returns the value of attribute city

Returns:

  • (Object)

    the current value of city



2
3
4
# File 'lib/sepomex_acrogenesis/structs/zip_code.rb', line 2

def city
  @city
end

#countryObject

Returns the value of attribute country

Returns:

  • (Object)

    the current value of country



2
3
4
# File 'lib/sepomex_acrogenesis/structs/zip_code.rb', line 2

def country
  @country
end

#municipalityObject

Returns the value of attribute municipality

Returns:

  • (Object)

    the current value of municipality



2
3
4
# File 'lib/sepomex_acrogenesis/structs/zip_code.rb', line 2

def municipality
  @municipality
end

#settlementObject

Returns the value of attribute settlement

Returns:

  • (Object)

    the current value of settlement



2
3
4
# File 'lib/sepomex_acrogenesis/structs/zip_code.rb', line 2

def settlement
  @settlement
end

#settlement_typeObject

Returns the value of attribute settlement_type

Returns:

  • (Object)

    the current value of settlement_type



2
3
4
# File 'lib/sepomex_acrogenesis/structs/zip_code.rb', line 2

def settlement_type
  @settlement_type
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



2
3
4
# File 'lib/sepomex_acrogenesis/structs/zip_code.rb', line 2

def state
  @state
end

#zip_codeObject

Returns the value of attribute zip_code

Returns:

  • (Object)

    the current value of zip_code



2
3
4
# File 'lib/sepomex_acrogenesis/structs/zip_code.rb', line 2

def zip_code
  @zip_code
end