Class: RS::FacturaItem

Inherits:
Object
  • Object
show all
Includes:
Initializable
Defined in:
lib/rs/models/factura.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Initializable

#initialize

Instance Attribute Details

#exciseObject

Returns the value of attribute excise.



33
34
35
# File 'lib/rs/models/factura.rb', line 33

def excise
  @excise
end

#excise_idObject

Returns the value of attribute excise_id.



33
34
35
# File 'lib/rs/models/factura.rb', line 33

def excise_id
  @excise_id
end

#factura_idObject

Returns the value of attribute factura_id.



31
32
33
# File 'lib/rs/models/factura.rb', line 31

def factura_id
  @factura_id
end

#idObject

Returns the value of attribute id.



31
32
33
# File 'lib/rs/models/factura.rb', line 31

def id
  @id
end

#nameObject

Returns the value of attribute name.



32
33
34
# File 'lib/rs/models/factura.rb', line 32

def name
  @name
end

#quantityObject

Returns the value of attribute quantity.



33
34
35
# File 'lib/rs/models/factura.rb', line 33

def quantity
  @quantity
end

#totalObject

Returns the value of attribute total.



33
34
35
# File 'lib/rs/models/factura.rb', line 33

def total
  @total
end

#unitObject

Returns the value of attribute unit.



32
33
34
# File 'lib/rs/models/factura.rb', line 32

def unit
  @unit
end

#vatObject

Returns the value of attribute vat.



33
34
35
# File 'lib/rs/models/factura.rb', line 33

def vat
  @vat
end