Method: MgeWholesale::Inventory.quantity

Defined in:
lib/mge_wholesale/inventory.rb

.quantity(options = {}) ⇒ Object



17
18
19
20
# File 'lib/mge_wholesale/inventory.rb', line 17

def self.quantity(options = {})
  requires!(options, :username, :password)
  new(options).quantity
end