Class: AnswerVMRequestType
- Inherits:
-
Object
- Object
- AnswerVMRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AnswerVMRequestType
m__this - ManagedObjectReference
questionId - SOAP::SOAPString
answerChoice - SOAP::SOAPString
Instance Attribute Summary collapse
-
#answerChoice ⇒ Object
Returns the value of attribute answerChoice.
-
#questionId ⇒ Object
Returns the value of attribute questionId.
Instance Method Summary collapse
-
#initialize(v__this = nil, questionId = nil, answerChoice = nil) ⇒ AnswerVMRequestType
constructor
A new instance of AnswerVMRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, questionId = nil, answerChoice = nil) ⇒ AnswerVMRequestType
Returns a new instance of AnswerVMRequestType.
36954 36955 36956 36957 36958 |
# File 'lib/vmware/soap/vim25.rb', line 36954 def initialize(v__this = nil, questionId = nil, answerChoice = nil) @v__this = v__this @questionId = questionId @answerChoice = answerChoice end |
Instance Attribute Details
#answerChoice ⇒ Object
Returns the value of attribute answerChoice.
36944 36945 36946 |
# File 'lib/vmware/soap/vim25.rb', line 36944 def answerChoice @answerChoice end |
#questionId ⇒ Object
Returns the value of attribute questionId.
36943 36944 36945 |
# File 'lib/vmware/soap/vim25.rb', line 36943 def questionId @questionId end |
Instance Method Details
#m__this ⇒ Object
36946 36947 36948 |
# File 'lib/vmware/soap/vim25.rb', line 36946 def m__this @v__this end |
#m__this=(value) ⇒ Object
36950 36951 36952 |
# File 'lib/vmware/soap/vim25.rb', line 36950 def m__this=(value) @v__this = value end |