Class: XmlToCustomizationSpecItemRequestType
- Inherits:
-
Object
- Object
- XmlToCustomizationSpecItemRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25XmlToCustomizationSpecItemRequestType
m__this - ManagedObjectReference
specItemXml - SOAP::SOAPString
Instance Attribute Summary collapse
-
#specItemXml ⇒ Object
Returns the value of attribute specItemXml.
Instance Method Summary collapse
-
#initialize(v__this = nil, specItemXml = nil) ⇒ XmlToCustomizationSpecItemRequestType
constructor
A new instance of XmlToCustomizationSpecItemRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, specItemXml = nil) ⇒ XmlToCustomizationSpecItemRequestType
Returns a new instance of XmlToCustomizationSpecItemRequestType.
33999 34000 34001 34002 |
# File 'lib/vmware/soap/vim25.rb', line 33999 def initialize(v__this = nil, specItemXml = nil) @v__this = v__this @specItemXml = specItemXml end |
Instance Attribute Details
#specItemXml ⇒ Object
Returns the value of attribute specItemXml.
33989 33990 33991 |
# File 'lib/vmware/soap/vim25.rb', line 33989 def specItemXml @specItemXml end |
Instance Method Details
#m__this ⇒ Object
33991 33992 33993 |
# File 'lib/vmware/soap/vim25.rb', line 33991 def m__this @v__this end |
#m__this=(value) ⇒ Object
33995 33996 33997 |
# File 'lib/vmware/soap/vim25.rb', line 33995 def m__this=(value) @v__this = value end |