Sha256: e14a559120269472a69181d4177e4a8f00fbf6547b1467db9190352d860057fd
Contents?: true
Size: 230 Bytes
Versions: 2
Compression:
Stored size: 230 Bytes
Contents
# frozen_string_literal: true module ProxES class Request class RootPolicy < ProxES::RequestPolicy class Scope < ProxES::RequestPolicy::Scope def resolve scope end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
proxes-0.2.0 | lib/proxes/policies/request/root_policy.rb |
proxes-0.1.0 | lib/proxes/policies/request/root_policy.rb |