Class: VRMessageHandler::SKIP_DEFAULTHANDLER

Inherits:
Object
  • Object
show all
Defined in:
lib/vr/vruby.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(val) ⇒ SKIP_DEFAULTHANDLER

Returns a new instance of SKIP_DEFAULTHANDLER.



267
268
269
# File 'lib/vr/vruby.rb', line 267

def initialize(val)
  @retval=val
end

Instance Attribute Details

#retvalObject (readonly)

Returns the value of attribute retval.



266
267
268
# File 'lib/vr/vruby.rb', line 266

def retval
  @retval
end

Class Method Details

.[](val = 0) ⇒ Object



270
271
272
# File 'lib/vr/vruby.rb', line 270

def self.[](val=0)
  self.new(val)
end