Class: OpenWFE::Launchable
- Inherits:
-
Object
- Object
- OpenWFE::Launchable
- Defined in:
- lib/openwfe/orest/workitem.rb
Overview
A worklist will return list of Launchable instances indicating what processes (URL) a user may launch on which engine.
(Only used when accessing an OpenWFEja engine)
Instance Attribute Summary collapse
-
#engine_id ⇒ Object
Returns the value of attribute engine_id.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#engine_id ⇒ Object
Returns the value of attribute engine_id.
190 191 192 |
# File 'lib/openwfe/orest/workitem.rb', line 190 def engine_id @engine_id end |
#url ⇒ Object
Returns the value of attribute url.
190 191 192 |
# File 'lib/openwfe/orest/workitem.rb', line 190 def url @url end |