Class: GetCustomizationSpecRequestType
- Inherits:
-
Object
- Object
- GetCustomizationSpecRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25GetCustomizationSpecRequestType
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) ⇒ GetCustomizationSpecRequestType
constructor
A new instance of GetCustomizationSpecRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#name ⇒ Object
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__this ⇒ Object
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 |