Class: OodCore::BatchConnect::Templates::VNC_Container
- Inherits:
-
OodCore::BatchConnect::Template
- Object
- OodCore::BatchConnect::Template
- OodCore::BatchConnect::Templates::VNC_Container
- Defined in:
- lib/ood_core/batch_connect/templates/vnc_container.rb
Overview
A batch connect template that starts up a VNC server within a batch job
Instance Attribute Summary
Attributes inherited from OodCore::BatchConnect::Template
Instance Method Summary collapse
-
#initialize(context = {}) ⇒ VNC_Container
constructor
A new instance of VNC_Container.
Methods inherited from OodCore::BatchConnect::Template
Constructor Details
#initialize(context = {}) ⇒ VNC_Container
Returns a new instance of VNC_Container.
78 79 80 81 |
# File 'lib/ood_core/batch_connect/templates/vnc_container.rb', line 78 def initialize(context = {}) @instance_name = SecureRandom.uuid super end |