module Conjur::Policy::Ruby::RecordFactory
Construct record properties in a block and yield the record to the loader.
Public Instance Methods
handle_object(object, &block)
click to toggle source
# File lib/conjur/policy/ruby/loader.rb, line 46 def handle_object object, &block push object do_scope object, &block end