Class: ApplyRecommendationRequestType
- Inherits:
-
Object
- Object
- ApplyRecommendationRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ApplyRecommendationRequestType
m__this - ManagedObjectReference
key - SOAP::SOAPString
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
Instance Method Summary collapse
-
#initialize(v__this = nil, key = nil) ⇒ ApplyRecommendationRequestType
constructor
A new instance of ApplyRecommendationRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
permalink #initialize(v__this = nil, key = nil) ⇒ ApplyRecommendationRequestType
Returns a new instance of ApplyRecommendationRequestType.
33576 33577 33578 33579 |
# File 'lib/vmware/soap/vim25.rb', line 33576 def initialize(v__this = nil, key = nil) @v__this = v__this @key = key end |
Instance Attribute Details
permalink #key ⇒ Object
Returns the value of attribute key.
33566 33567 33568 |
# File 'lib/vmware/soap/vim25.rb', line 33566 def key @key end |
Instance Method Details
permalink #m__this ⇒ Object
[View source]
33568 33569 33570 |
# File 'lib/vmware/soap/vim25.rb', line 33568 def m__this @v__this end |
permalink #m__this=(value) ⇒ Object
[View source]
33572 33573 33574 |
# File 'lib/vmware/soap/vim25.rb', line 33572 def m__this=(value) @v__this = value end |