Class: FmTimbradoCfdi::FmInformacionCfdi

Inherits:
FmCfdiParser show all
Defined in:
lib/fm_adapter/fm_informacion_cfdi.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from FmCfdiParser

#initialize

Constructor Details

This class inherits a constructor from FmTimbradoCfdi::FmCfdiParser

Instance Attribute Details

#descuentoObject (readonly)

Returns the value of attribute descuento.



6
7
8
# File 'lib/fm_adapter/fm_informacion_cfdi.rb', line 6

def descuento
  @descuento
end

#subtotalObject (readonly)

Returns the value of attribute subtotal.



6
7
8
# File 'lib/fm_adapter/fm_informacion_cfdi.rb', line 6

def subtotal
  @subtotal
end

#totalObject (readonly)

Returns the value of attribute total.



6
7
8
# File 'lib/fm_adapter/fm_informacion_cfdi.rb', line 6

def total
  @total
end