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( = {}) requires!(, :username, :password) new().quantity end |