lib/xero_gateway/gateway.rb in xero_gateway-float-2.0.17 vs lib/xero_gateway/gateway.rb in xero_gateway-float-2.0.18
- old
+ new
@@ -14,10 +14,10 @@
# to you by Xero inside the API Previewer.
def initialize(consumer_key, consumer_secret, options = {})
@xero_url = options[:xero_url] || "https://api.xero.com/api.xro/2.0"
@client = OAuth.new(consumer_key, consumer_secret, options)
end
-
+
#
# Retrieve all contacts from Xero
#
# Usage : get_contacts(:order => :name)
# get_contacts(:modified_since => Time)