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 AppointmentPlus
  class Client
    module Locations

      def locations(params = {}, response_type = 'json')
        params[:response_type] = "#{response_type}"
        query_string = generate_query_string(params)
        response = post("Locations/GetLocations#{query_string}", params)
      end

    end
  end
end