cloudfoundry/warden

View on GitHub
warden-protocol/lib/warden/protocol/pb_ext.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Warden
  module Protocol

    class SpawnRequest
      def filtered_fields
        [:script]
      end
    end
  end
end