Class: DeleteFileRequestType
- Inherits:
-
Object
- Object
- DeleteFileRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DeleteFileRequestType
m__this - ManagedObjectReference
datastorePath - SOAP::SOAPString
Instance Attribute Summary collapse
-
#datastorePath ⇒ Object
Returns the value of attribute datastorePath.
Instance Method Summary collapse
-
#initialize(v__this = nil, datastorePath = nil) ⇒ DeleteFileRequestType
constructor
A new instance of DeleteFileRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, datastorePath = nil) ⇒ DeleteFileRequestType
Returns a new instance of DeleteFileRequestType.
37795 37796 37797 37798 |
# File 'lib/vmware/soap/vim25.rb', line 37795 def initialize(v__this = nil, datastorePath = nil) @v__this = v__this @datastorePath = datastorePath end |
Instance Attribute Details
#datastorePath ⇒ Object
Returns the value of attribute datastorePath.
37785 37786 37787 |
# File 'lib/vmware/soap/vim25.rb', line 37785 def datastorePath @datastorePath end |
Instance Method Details
#m__this ⇒ Object
37787 37788 37789 |
# File 'lib/vmware/soap/vim25.rb', line 37787 def m__this @v__this end |
#m__this=(value) ⇒ Object
37791 37792 37793 |
# File 'lib/vmware/soap/vim25.rb', line 37791 def m__this=(value) @v__this = value end |