Class: Conjur::DSL2::Executor::Create

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

Overview

Abstract base class for creating a new record.

Direct Known Subclasses

CreateRecord, CreateResource, CreateRole

Instance Attribute Summary

Attributes inherited from Base

#actions, #statement

Instance Method Summary collapse

Methods inherited from Base

#action, #execute, #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

#recordObject



4
5
6
# File 'lib/conjur/dsl2/executor/create.rb', line 4

def record
  statement.record
end