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

#operation(action, **opts, &block) ⇒ Object

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(action, **opts, &block)
  Acfs.runner.process ::Acfs::Operation.new(self, action, **opts, &block)
end