Class: DoesCustomizationSpecExistRequestType
- Inherits:
-
Object
- Object
- DoesCustomizationSpecExistRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DoesCustomizationSpecExistRequestType
m__this - ManagedObjectReference
name - SOAP::SOAPString
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(v__this = nil, name = nil) ⇒ DoesCustomizationSpecExistRequestType
constructor
A new instance of DoesCustomizationSpecExistRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#name ⇒ Object
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__this ⇒ Object
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 |