module Qpid::Proton::Util::Wrapper

@private

Public Class Methods

included(base) click to toggle source
# File lib/util/wrapper.rb, line 39
def self.included(base)
  base.extend(ClassMethods)
end
registry() click to toggle source
# File lib/util/wrapper.rb, line 35
def self.registry
  @registry ||= {}
end

Public Instance Methods

impl() click to toggle source

@private

# File lib/util/wrapper.rb, line 31
def impl
  @impl
end
impl=(impl) click to toggle source

@private

# File lib/util/wrapper.rb, line 26
def impl=(impl)
  @impl = impl
end