Module: Acfs::Resource::Operational Private

Extended by:
ActiveSupport::Concern
Included in:
Acfs::Resource
Defined in:
lib/acfs/resource/operational.rb

Overview

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.

Provide methods for creating and processing CRUD operations and handling responses. That includes error handling as well as handling stubbed resources.

Should only be used internal.

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#operation(*args, **kwargs, &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.



15
16
17
# File 'lib/acfs/resource/operational.rb', line 15

def operation(*args, **kwargs, &block)
  self.class.operation(*args, **kwargs, &block)
end