Class: Vpsa::Entity::Commercial::Item

Inherits:
Base
  • Object
show all
Defined in:
lib/vpsa/entity/commercial/item.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#as_parameter

Methods included from InitFromHash

#initialize

Instance Attribute Details

#idProdutoObject

Returns the value of attribute idProduto.



8
9
10
# File 'lib/vpsa/entity/commercial/item.rb', line 8

def idProduto
  @idProduto
end

#quantidadeObject

Returns the value of attribute quantidade.



8
9
10
# File 'lib/vpsa/entity/commercial/item.rb', line 8

def quantidade
  @quantidade
end

#valorDescontoObject

Returns the value of attribute valorDesconto.



8
9
10
# File 'lib/vpsa/entity/commercial/item.rb', line 8

def valorDesconto
  @valorDesconto
end

#valorUnitarioObject

Returns the value of attribute valorUnitario.



8
9
10
# File 'lib/vpsa/entity/commercial/item.rb', line 8

def valorUnitario
  @valorUnitario
end