Class: GetCustomizationSpecRequestType

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

Overview

urn:vim25GetCustomizationSpecRequestType

m__this - ManagedObjectReference
name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, name = nil) ⇒ GetCustomizationSpecRequestType

Returns a new instance of GetCustomizationSpecRequestType.



33853
33854
33855
33856
# File 'lib/vmware/soap/vim25.rb', line 33853

def initialize(v__this = nil, name = nil)
  @v__this = v__this
  @name = name
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



33843
33844
33845
# File 'lib/vmware/soap/vim25.rb', line 33843

def name
  @name
end

Instance Method Details

#m__thisObject



33845
33846
33847
# File 'lib/vmware/soap/vim25.rb', line 33845

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



33849
33850
33851
# File 'lib/vmware/soap/vim25.rb', line 33849

def m__this=(value)
  @v__this = value
end