Method: Shared::NodeInstance#group_instance
- Defined in:
- lib/vas/shared/node_instances.rb
#group_instance ⇒ Instance
Returns the node instance’s group instance.
65 66 67 |
# File 'lib/vas/shared/node_instances.rb', line 65 def group_instance @group_instance ||= @group_instance_class.new(@group_instance_location, client) end |