cloudfoundry/cfoundry

View on GitHub
lib/cc_api_stub/app_usage_events.rb

Summary

Maintainability
A
0 mins
Test Coverage
module CcApiStub
  module AppUsageEvents
    extend Helper

    private

    def self.collection_endpoint
      %r{/v2/app_usage_events}
    end
  end
end