Class: CheckCustomizationSpecRequestType
- Inherits:
-
Object
- Object
- CheckCustomizationSpecRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CheckCustomizationSpecRequestType
m__this - ManagedObjectReference
spec - CustomizationSpec
Instance Attribute Summary collapse
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(v__this = nil, spec = nil) ⇒ CheckCustomizationSpecRequestType
constructor
A new instance of CheckCustomizationSpecRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
permalink #initialize(v__this = nil, spec = nil) ⇒ CheckCustomizationSpecRequestType
Returns a new instance of CheckCustomizationSpecRequestType.
36995 36996 36997 36998 |
# File 'lib/vmware/soap/vim25.rb', line 36995 def initialize(v__this = nil, spec = nil) @v__this = v__this @spec = spec end |
Instance Attribute Details
permalink #spec ⇒ Object
Returns the value of attribute spec.
36985 36986 36987 |
# File 'lib/vmware/soap/vim25.rb', line 36985 def spec @spec end |
Instance Method Details
permalink #m__this ⇒ Object
[View source]
36987 36988 36989 |
# File 'lib/vmware/soap/vim25.rb', line 36987 def m__this @v__this end |
permalink #m__this=(value) ⇒ Object
[View source]
36991 36992 36993 |
# File 'lib/vmware/soap/vim25.rb', line 36991 def m__this=(value) @v__this = value end |