Class: ItemBuilder::Modes::Quantity::ZilingoService

Inherits:
Base
  • Object
show all
Defined in:
lib/item_builder/modes/quantity/zilingo_service.rb

Instance Attribute Summary

Attributes inherited from Base

#available_quantity, #listing, #local_qty

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from ItemBuilder::Modes::Quantity::Base

Instance Method Details

#performObject



8
9
10
# File 'lib/item_builder/modes/quantity/zilingo_service.rb', line 8

def perform
  available_quantity - local_qty
end