Module: RVC::Connection

Includes:
InventoryObject
Included in:
NullConnection, RbVmomi::VIM
Defined in:
lib/rvc/connection.rb

Overview

This module should be mixed in with all connection classes.

Defined Under Namespace

Modules: ClassMethods

Instance Attribute Summary

Attributes included from InventoryObject

#rvc_arc, #rvc_parent

Class Method Summary collapse

Instance Method Summary collapse

Methods included from InventoryObject

#children, #display_info, #ls_text, #rvc_link, #rvc_path, #rvc_path_str, #rvc_relative_path, #rvc_relative_path_str, #traverse_one

Methods included from ObjectWithFields::ClassMethods

#field, #fields

Methods included from ObjectWithFields

#field, #field_properties, #perfmetrics

Class Method Details

.included(m) ⇒ Object



35
36
37
# File 'lib/rvc/connection.rb', line 35

def self.included m
  m.extend ClassMethods
end

Instance Method Details

#_connectionObject



39
40
41
# File 'lib/rvc/connection.rb', line 39

def _connection
  self
end