lib/zuora/dispatcher.rb in zuora-ruby-0.4.0 vs lib/zuora/dispatcher.rb in zuora-ruby-0.5.0

- old
+ new

@@ -25,9 +25,13 @@ def query Zuora::Calls::Query end + def query_more + Zuora::Calls::QueryMore + end + def delete Zuora::Calls::Delete end def generate