Module: RubyHaze::Mixins::DOProxy

Includes:
Compare, NativeException, Proxy
Included in:
List, Lock, RubyHaze::Map, RubyHaze::MultiMap, Queue, Set, Topic
Defined in:
lib/rubyhaze/mixins/do_proxy.rb

Defined Under Namespace

Modules: ClassMethods

Instance Attribute Summary collapse

Attributes included from Proxy

#proxy_object

Class Method Summary collapse

Methods included from NativeException

#rescue_native_exception

Methods included from Compare

#==

Methods included from Proxy

#method_missing, #respond_to?

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class RubyHaze::Mixins::Proxy

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



15
16
17
# File 'lib/rubyhaze/mixins/do_proxy.rb', line 15

def name
  @name
end

Class Method Details

.included(base) ⇒ Object



11
12
13
# File 'lib/rubyhaze/mixins/do_proxy.rb', line 11

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