Class: Conjur::DSL2::Executor::Retire
- Defined in:
- lib/conjur/dsl2/executor/retire.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#action, #initialize, #resource_path, #role_path
Methods included from Logger
Constructor Details
This class inherits a constructor from Conjur::DSL2::Executor::Base
Instance Method Details
#execute ⇒ Object
3 4 5 |
# File 'lib/conjur/dsl2/executor/retire.rb', line 3 def execute raise "Retire is not implemented" end |