Class: Vpsa::Entity::Administrative::Address

Inherits:
Base
  • Object
show all
Defined in:
lib/vpsa/entity/administrative/address.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#as_parameter

Methods included from InitFromHash

#initialize

Instance Attribute Details

#bairroObject

Returns the value of attribute bairro.



7
8
9
# File 'lib/vpsa/entity/administrative/address.rb', line 7

def bairro
  @bairro
end

#cepObject

Returns the value of attribute cep.



7
8
9
# File 'lib/vpsa/entity/administrative/address.rb', line 7

def cep
  @cep
end

#codigoIBGECidadeObject

Returns the value of attribute codigoIBGECidade.



7
8
9
# File 'lib/vpsa/entity/administrative/address.rb', line 7

def codigoIBGECidade
  @codigoIBGECidade
end

#complementoObject

Returns the value of attribute complemento.



7
8
9
# File 'lib/vpsa/entity/administrative/address.rb', line 7

def complemento
  @complemento
end

#logradouroObject

Returns the value of attribute logradouro.



7
8
9
# File 'lib/vpsa/entity/administrative/address.rb', line 7

def logradouro
  @logradouro
end

#numeroObject

Returns the value of attribute numero.



7
8
9
# File 'lib/vpsa/entity/administrative/address.rb', line 7

def numero
  @numero
end

#tipoObject

Returns the value of attribute tipo.



7
8
9
# File 'lib/vpsa/entity/administrative/address.rb', line 7

def tipo
  @tipo
end

#tipoEnderecoObject

Returns the value of attribute tipoEndereco.



7
8
9
# File 'lib/vpsa/entity/administrative/address.rb', line 7

def tipoEndereco
  @tipoEndereco
end