module Conjur::Policy::Ruby::Grants
Public Instance Methods
grant(&block)
click to toggle source
# File lib/conjur/policy/ruby/loader.rb, line 80 def grant &block custom_statement(block) do Conjur::Policy::Types::Grant.new end end
revoke(&block)
click to toggle source
# File lib/conjur/policy/ruby/loader.rb, line 86 def revoke &block custom_statement(block) do Conjur::Policy::Types::Revoke.new end end