Class: RefreshRecommendationRequestType
- Inherits:
-
Object
- Object
- RefreshRecommendationRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RefreshRecommendationRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ RefreshRecommendationRequestType
constructor
A new instance of RefreshRecommendationRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ RefreshRecommendationRequestType
Returns a new instance of RefreshRecommendationRequestType.
33685 33686 33687 |
# File 'lib/vmware/soap/vim25.rb', line 33685 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
33677 33678 33679 |
# File 'lib/vmware/soap/vim25.rb', line 33677 def m__this @v__this end |
#m__this=(value) ⇒ Object
33681 33682 33683 |
# File 'lib/vmware/soap/vim25.rb', line 33681 def m__this=(value) @v__this = value end |