Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
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