Class: FindByInventoryPathRequestType
- Inherits:
-
Object
- Object
- FindByInventoryPathRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25FindByInventoryPathRequestType
m__this - ManagedObjectReference
inventoryPath - SOAP::SOAPString
Instance Attribute Summary collapse
-
#inventoryPath ⇒ Object
Returns the value of attribute inventoryPath.
Instance Method Summary collapse
-
#initialize(v__this = nil, inventoryPath = nil) ⇒ FindByInventoryPathRequestType
constructor
A new instance of FindByInventoryPathRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#inventoryPath ⇒ Object
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__this ⇒ Object
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 |