Class: XmlToCustomizationSpecItemRequestType

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

Overview

urn:vim25XmlToCustomizationSpecItemRequestType

m__this - ManagedObjectReference
specItemXml - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#specItemXmlObject

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__thisObject



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