Class: DeleteCustomizationSpecRequestType
- Inherits:
-
Object
- Object
- DeleteCustomizationSpecRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DeleteCustomizationSpecRequestType
m__this - ManagedObjectReference
name - SOAP::SOAPString
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(v__this = nil, name = nil) ⇒ DeleteCustomizationSpecRequestType
constructor
A new instance of DeleteCustomizationSpecRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
permalink #initialize(v__this = nil, name = nil) ⇒ DeleteCustomizationSpecRequestType
Returns a new instance of DeleteCustomizationSpecRequestType.
33913 33914 33915 33916 |
# File 'lib/vmware/soap/vim25.rb', line 33913 def initialize(v__this = nil, name = nil) @v__this = v__this @name = name end |
Instance Attribute Details
permalink #name ⇒ Object
Returns the value of attribute name.
33903 33904 33905 |
# File 'lib/vmware/soap/vim25.rb', line 33903 def name @name end |
Instance Method Details
permalink #m__this ⇒ Object
[View source]
33905 33906 33907 |
# File 'lib/vmware/soap/vim25.rb', line 33905 def m__this @v__this end |
permalink #m__this=(value) ⇒ Object
[View source]
33909 33910 33911 |
# File 'lib/vmware/soap/vim25.rb', line 33909 def m__this=(value) @v__this = value end |