Repository URL to install this package:
|
Version:
0.1.0 ▾
|
module FieldEdgeApi
# Wrapper for the FieldEdge REST API.
class Client < FieldEdgeApi::API
Dir[File.expand_path('../client/*.rb', __FILE__)].each {|f| require f}
include FieldEdgeApi::Client::Customers
include FieldEdgeApi::Client::Transactions
include FieldEdgeApi::Client::Agreements
end
end