Class: Nendo::DelayedCallPacket
- Inherits:
-
Object
- Object
- Nendo::DelayedCallPacket
- Defined in:
- lib/nendo/ruby/types.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
-
#origname ⇒ Object
readonly
Returns the value of attribute origname.
-
#pred ⇒ Object
readonly
Returns the value of attribute pred.
-
#rubysym ⇒ Object
readonly
Returns the value of attribute rubysym.
Instance Method Summary collapse
-
#initialize(_rubysym, _origname, _pred, _args) ⇒ DelayedCallPacket
constructor
A new instance of DelayedCallPacket.
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
#args ⇒ Object (readonly)
Returns the value of attribute args.
326 327 328 |
# File 'lib/nendo/ruby/types.rb', line 326 def args @args end |
#origname ⇒ Object (readonly)
Returns the value of attribute origname.
326 327 328 |
# File 'lib/nendo/ruby/types.rb', line 326 def origname @origname end |
#pred ⇒ Object (readonly)
Returns the value of attribute pred.
326 327 328 |
# File 'lib/nendo/ruby/types.rb', line 326 def pred @pred end |
#rubysym ⇒ Object (readonly)
Returns the value of attribute rubysym.
326 327 328 |
# File 'lib/nendo/ruby/types.rb', line 326 def rubysym @rubysym end |