Class: Arrow::AppletRegistry::ChainLink

Inherits:
Struct
  • Object
show all
Defined in:
lib/arrow/appletregistry.rb

Overview

Link in an applet chain

Instance Attribute Summary collapse

Instance Attribute Details

#appletObject

Returns the value of attribute applet

Returns:

  • (Object)

    the current value of applet



32
33
34
# File 'lib/arrow/appletregistry.rb', line 32

def applet
  @applet
end

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



32
33
34
# File 'lib/arrow/appletregistry.rb', line 32

def args
  @args
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



32
33
34
# File 'lib/arrow/appletregistry.rb', line 32

def path
  @path
end