Class: Nendo::DelayedCallPacket

Inherits:
Object
  • Object
show all
Defined in:
lib/nendo/ruby/types.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(_rubysym, _origname, _pred, _args) ⇒ DelayedCallPacket

Returns a new instance of DelayedCallPacket.



320
321
322
323
324
325
# File 'lib/nendo/ruby/types.rb', line 320

def initialize( _rubysym, _origname, _pred, _args )
  @rubysym  = _rubysym
  @origname = _origname
  @pred     = _pred
  @args     = _args
end

Instance Attribute Details

#argsObject (readonly)

Returns the value of attribute args.



326
327
328
# File 'lib/nendo/ruby/types.rb', line 326

def args
  @args
end

#orignameObject (readonly)

Returns the value of attribute origname.



326
327
328
# File 'lib/nendo/ruby/types.rb', line 326

def origname
  @origname
end

#predObject (readonly)

Returns the value of attribute pred.



326
327
328
# File 'lib/nendo/ruby/types.rb', line 326

def pred
  @pred
end

#rubysymObject (readonly)

Returns the value of attribute rubysym.



326
327
328
# File 'lib/nendo/ruby/types.rb', line 326

def rubysym
  @rubysym
end