Module: Acfs::Resource::Operational::ClassMethods Private

Defined in:
lib/acfs/resource/operational.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#operationObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Invoke CRUD operation.



21
22
23
# File 'lib/acfs/resource/operational.rb', line 21

def operation(...)
  Acfs.runner.process ::Acfs::Operation.new(self, ...)
end