Class: DeleteCustomizationSpecRequestType

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

Overview

urn:vim25DeleteCustomizationSpecRequestType

m__this - ManagedObjectReference
name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DeleteCustomizationSpecRequestType.

[View source]

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

#nameObject

Returns the value of attribute name.


33903
33904
33905
# File 'lib/vmware/soap/vim25.rb', line 33903

def name
  @name
end

Instance Method Details

#m__thisObject

[View source]

33905
33906
33907
# File 'lib/vmware/soap/vim25.rb', line 33905

def m__this
  @v__this
end

#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