Class: OpenWFE::Launchable

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#engine_idObject

Returns the value of attribute engine_id.



190
191
192
# File 'lib/openwfe/orest/workitem.rb', line 190

def engine_id
  @engine_id
end

#urlObject

Returns the value of attribute url.



190
191
192
# File 'lib/openwfe/orest/workitem.rb', line 190

def url
  @url
end