Repository URL to install this package:
|
Version:
0.1.0 ▾
|
module FieldEdgeApi
class Client
module Transactions
def transactions(params={})
get('transactions', params)
end
def transaction(id, params={})
get("transactions/#{id}", params)
end
end
end
end