Class: Varejonline::Entity::Commercial::Item
- Defined in:
- lib/varejonline/entity/commercial/item.rb
Instance Attribute Summary collapse
-
#idProduto ⇒ Object
Returns the value of attribute idProduto.
-
#quantidade ⇒ Object
Returns the value of attribute quantidade.
-
#valorDesconto ⇒ Object
Returns the value of attribute valorDesconto.
-
#valorUnitario ⇒ Object
Returns the value of attribute valorUnitario.
Method Summary
Methods inherited from Base
Methods included from InitFromHash
Instance Attribute Details
#idProduto ⇒ Object
Returns the value of attribute idProduto.
7 8 9 |
# File 'lib/varejonline/entity/commercial/item.rb', line 7 def idProduto @idProduto end |
#quantidade ⇒ Object
Returns the value of attribute quantidade.
7 8 9 |
# File 'lib/varejonline/entity/commercial/item.rb', line 7 def quantidade @quantidade end |
#valorDesconto ⇒ Object
Returns the value of attribute valorDesconto.
7 8 9 |
# File 'lib/varejonline/entity/commercial/item.rb', line 7 def valorDesconto @valorDesconto end |
#valorUnitario ⇒ Object
Returns the value of attribute valorUnitario.
7 8 9 |
# File 'lib/varejonline/entity/commercial/item.rb', line 7 def valorUnitario @valorUnitario end |