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
-
#operation ⇒ Object
private
Invoke CRUD operation.
Instance Method Details
#operation ⇒ 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(...) Acfs.runner.process ::Acfs::Operation.new(self, ...) end |