Module: ThreeScale::Core::APIClient::Operations

Included in:
Resource
Defined in:
lib/3scale/core/api_client/operations.rb

Defined Under Namespace

Modules: ClassMethods, Initializer

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



5
6
7
8
# File 'lib/3scale/core/api_client/operations.rb', line 5

def self.included(base)
  base.extend ClassMethods
  base.prepend Initializer
end