Class: SEFAZ::Webservice::SAT::Dataset::Sale::DEST
- Inherits:
-
Struct
- Object
- Struct
- SEFAZ::Webservice::SAT::Dataset::Sale::DEST
- Defined in:
- lib/sefaz/webservice/sat/dataset/sale.rb
Instance Attribute Summary collapse
-
#CNPJ ⇒ Object
Returns the value of attribute CNPJ.
-
#CPF ⇒ Object
Returns the value of attribute CPF.
-
#xNome ⇒ Object
Returns the value of attribute xNome.
Instance Attribute Details
#CNPJ ⇒ Object
Returns the value of attribute CNPJ
14 15 16 |
# File 'lib/sefaz/webservice/sat/dataset/sale.rb', line 14 def CNPJ @CNPJ end |
#CPF ⇒ Object
Returns the value of attribute CPF
14 15 16 |
# File 'lib/sefaz/webservice/sat/dataset/sale.rb', line 14 def CPF @CPF end |
#xNome ⇒ Object
Returns the value of attribute xNome
14 15 16 |
# File 'lib/sefaz/webservice/sat/dataset/sale.rb', line 14 def xNome @xNome end |