Class: BrNfe::Destinatario

Inherits:
ActiveModelBase show all
Includes:
Helper::HaveAddress
Defined in:
lib/br_nfe/destinatario.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Helper::HaveAddress

#endereco, #endereco=, #validar_endereco

Methods inherited from ActiveModelBase

#assign_attributes, #default_values, #initialize

Constructor Details

This class inherits a constructor from BrNfe::ActiveModelBase

Instance Attribute Details

#cpf_cnpjObject

Returns the value of attribute cpf_cnpj.



5
6
7
# File 'lib/br_nfe/destinatario.rb', line 5

def cpf_cnpj
  @cpf_cnpj
end

#emailObject

Returns the value of attribute email.



12
13
14
# File 'lib/br_nfe/destinatario.rb', line 12

def email
  @email
end

#inscricao_estadualObject

Returns the value of attribute inscricao_estadual.



7
8
9
# File 'lib/br_nfe/destinatario.rb', line 7

def inscricao_estadual
  @inscricao_estadual
end

#inscricao_municipalObject

Returns the value of attribute inscricao_municipal.



6
7
8
# File 'lib/br_nfe/destinatario.rb', line 6

def inscricao_municipal
  @inscricao_municipal
end

#inscricao_suframaObject

Returns the value of attribute inscricao_suframa.



8
9
10
# File 'lib/br_nfe/destinatario.rb', line 8

def inscricao_suframa
  @inscricao_suframa
end

#nome_fantasiaObject

Returns the value of attribute nome_fantasia.



10
11
12
# File 'lib/br_nfe/destinatario.rb', line 10

def nome_fantasia
  @nome_fantasia
end

#razao_socialObject

Returns the value of attribute razao_social.



9
10
11
# File 'lib/br_nfe/destinatario.rb', line 9

def razao_social
  @razao_social
end

#telefoneObject

Returns the value of attribute telefone.



11
12
13
# File 'lib/br_nfe/destinatario.rb', line 11

def telefone
  @telefone
end