Class: Conjur::DSL2::Executor::Retire

Inherits:
Base show all
Defined in:
lib/conjur/dsl2/executor/retire.rb

Instance Attribute Summary

Attributes inherited from Base

#actions, #statement

Instance Method Summary collapse

Methods inherited from Base

#action, #initialize, #resource_path, #role_path

Methods included from Logger

included

Constructor Details

This class inherits a constructor from Conjur::DSL2::Executor::Base

Instance Method Details

#executeObject



3
4
5
# File 'lib/conjur/dsl2/executor/retire.rb', line 3

def execute
  raise "Retire is not implemented"
end