lib/bill_hicks/inventory.rb in bill_hicks-2.0.1 vs lib/bill_hicks/inventory.rb in bill_hicks-2.0.2

- old
+ new

@@ -18,14 +18,9 @@ def self.all(chunk_size = 15, options = {}, &block) requires!(options, :username, :password) new(options).all(chunk_size, &block) end - def self.quantities(chunk_size = 15, options = {}, &block) - requires!(options, :username, :password) - new(options).quantities(chunk_size, &block) - end - def all(chunk_size, &block) connect(@options) do |ftp| begin csv_tempfile = Tempfile.new