Class: Conjur::Policy::Executor::Retire

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

Instance Attribute Summary

Attributes inherited from Base

#actions, #api, #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::Policy::Executor::Base

Instance Method Details

#executeObject



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

def execute
  raise "Retire is not implemented"
end