Class: Arrow::AppletRegistry::ChainLink
- Inherits:
-
Struct
- Object
- Struct
- Arrow::AppletRegistry::ChainLink
- Defined in:
- lib/arrow/appletregistry.rb
Overview
Link in an applet chain
Instance Attribute Summary collapse
-
#applet ⇒ Object
Returns the value of attribute applet.
-
#args ⇒ Object
Returns the value of attribute args.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#applet ⇒ Object
Returns the value of attribute applet
32 33 34 |
# File 'lib/arrow/appletregistry.rb', line 32 def applet @applet end |
#args ⇒ Object
Returns the value of attribute args
32 33 34 |
# File 'lib/arrow/appletregistry.rb', line 32 def args @args end |
#path ⇒ Object
Returns the value of attribute path
32 33 34 |
# File 'lib/arrow/appletregistry.rb', line 32 def path @path end |