Class: SEFAZ::Webservice::NFE::Dataset::ARMA
- Inherits:
-
Struct
- Object
- Struct
- SEFAZ::Webservice::NFE::Dataset::ARMA
- Defined in:
- lib/sefaz/webservice/nfe/dataset.rb
Instance Attribute Summary collapse
-
#descr ⇒ Object
Returns the value of attribute descr.
-
#nCano ⇒ Object
Returns the value of attribute nCano.
-
#nSerie ⇒ Object
Returns the value of attribute nSerie.
-
#tpArma ⇒ Object
Returns the value of attribute tpArma.
Instance Attribute Details
#descr ⇒ Object
Returns the value of attribute descr
30 31 32 |
# File 'lib/sefaz/webservice/nfe/dataset.rb', line 30 def descr @descr end |
#nCano ⇒ Object
Returns the value of attribute nCano
30 31 32 |
# File 'lib/sefaz/webservice/nfe/dataset.rb', line 30 def nCano @nCano end |
#nSerie ⇒ Object
Returns the value of attribute nSerie
30 31 32 |
# File 'lib/sefaz/webservice/nfe/dataset.rb', line 30 def nSerie @nSerie end |
#tpArma ⇒ Object
Returns the value of attribute tpArma
30 31 32 |
# File 'lib/sefaz/webservice/nfe/dataset.rb', line 30 def tpArma @tpArma end |