Class: Facturapi::Helpers::RecargoGlobal
- Inherits:
-
DscRcgGlobal
- Object
- DscRcgGlobal
- Facturapi::Helpers::RecargoGlobal
- Defined in:
- lib/facturapi/helpers/recargo_global.rb
Instance Attribute Summary
Attributes inherited from DscRcgGlobal
#glosa_dr, #ind_exe_dr, #nro_lin_dr, #tpo_mov, #tpo_valor, #valor_dr
Instance Method Summary collapse
-
#initialize(params = {}) ⇒ RecargoGlobal
constructor
A new instance of RecargoGlobal.
Methods inherited from DscRcgGlobal
#as_node, #descuento?, #recargo?
Constructor Details
#initialize(params = {}) ⇒ RecargoGlobal
Returns a new instance of RecargoGlobal.
4 5 6 7 |
# File 'lib/facturapi/helpers/recargo_global.rb', line 4 def initialize(params = {}) params[:tpo_mov] = 'R' super(params) end |