Module: Consul::Power

Includes:
DynamicAccess::InstanceMethods
Defined in:
lib/consul/power.rb,
lib/consul/power/dynamic_access.rb

Defined Under Namespace

Modules: ClassMethods, DynamicAccess

Class Method Summary collapse

Methods included from DynamicAccess::InstanceMethods

#for_model, #for_record, #include!, #include?, #include_model!, #include_model?, #include_object!, #include_object?, #include_power!, #include_power?, #include_record!, #include_record?, #name_for_model, #name_for_record

Class Method Details

.included(base) ⇒ Object



5
6
7
8
# File 'lib/consul/power.rb', line 5

def self.included(base)
  base.extend ClassMethods
  base.send :include, Memoizer
end