Class: FindByInventoryPathRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25FindByInventoryPathRequestType

m__this - ManagedObjectReference
inventoryPath - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, inventoryPath = nil) ⇒ FindByInventoryPathRequestType

Returns a new instance of FindByInventoryPathRequestType.



35842
35843
35844
35845
# File 'lib/vmware/soap/vim25.rb', line 35842

def initialize(v__this = nil, inventoryPath = nil)
  @v__this = v__this
  @inventoryPath = inventoryPath
end

Instance Attribute Details

#inventoryPathObject

Returns the value of attribute inventoryPath.



35832
35833
35834
# File 'lib/vmware/soap/vim25.rb', line 35832

def inventoryPath
  @inventoryPath
end

Instance Method Details

#m__thisObject



35834
35835
35836
# File 'lib/vmware/soap/vim25.rb', line 35834

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



35838
35839
35840
# File 'lib/vmware/soap/vim25.rb', line 35838

def m__this=(value)
  @v__this = value
end