Method: Conjur::Policy::YAML::Handler::MapEntry#initialize
- Defined in:
- lib/conjur/policy/yaml/handler.rb
#initialize(parent, anchor, record, key) ⇒ MapEntry
Returns a new instance of MapEntry.
249 250 251 252 253 254 |
# File 'lib/conjur/policy/yaml/handler.rb', line 249 def initialize parent, anchor, record, key super parent, anchor @record = record @key = key end |