Module: Qpid::Proton::Util::Wrapper

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.included(base) ⇒ Object



39
40
41
# File 'lib/util/wrapper.rb', line 39

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

.registryObject



35
36
37
# File 'lib/util/wrapper.rb', line 35

def self.registry
  @registry ||= {}
end

Instance Method Details

#implObject



31
32
33
# File 'lib/util/wrapper.rb', line 31

def impl
  @impl
end

#impl=(impl) ⇒ Object



26
27
28
# File 'lib/util/wrapper.rb', line 26

def impl=(impl)
  @impl = impl
end