Class: FmTimbradoCfdi::FmInformacionCfdi
- Inherits:
-
FmCfdiParser
- Object
- FmCfdiParser
- FmTimbradoCfdi::FmInformacionCfdi
- Defined in:
- lib/fm_adapter/fm_informacion_cfdi.rb
Instance Attribute Summary collapse
-
#descuento ⇒ Object
readonly
Returns the value of attribute descuento.
-
#subtotal ⇒ Object
readonly
Returns the value of attribute subtotal.
-
#total ⇒ Object
readonly
Returns the value of attribute total.
Method Summary
Methods inherited from FmCfdiParser
Constructor Details
This class inherits a constructor from FmTimbradoCfdi::FmCfdiParser
Instance Attribute Details
#descuento ⇒ Object (readonly)
Returns the value of attribute descuento.
6 7 8 |
# File 'lib/fm_adapter/fm_informacion_cfdi.rb', line 6 def descuento @descuento end |
#subtotal ⇒ Object (readonly)
Returns the value of attribute subtotal.
6 7 8 |
# File 'lib/fm_adapter/fm_informacion_cfdi.rb', line 6 def subtotal @subtotal end |
#total ⇒ Object (readonly)
Returns the value of attribute total.
6 7 8 |
# File 'lib/fm_adapter/fm_informacion_cfdi.rb', line 6 def total @total end |