Class: DoesCustomizationSpecExistRequestType

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

Overview

urn:vim25DoesCustomizationSpecExistRequestType

m__this - ManagedObjectReference
name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DoesCustomizationSpecExistRequestType.



33833
33834
33835
33836
# File 'lib/vmware/soap/vim25.rb', line 33833

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

Instance Attribute Details

#nameObject

Returns the value of attribute name.



33823
33824
33825
# File 'lib/vmware/soap/vim25.rb', line 33823

def name
  @name
end

Instance Method Details

#m__thisObject



33825
33826
33827
# File 'lib/vmware/soap/vim25.rb', line 33825

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



33829
33830
33831
# File 'lib/vmware/soap/vim25.rb', line 33829

def m__this=(value)
  @v__this = value
end