Class: VirtualMachineQuestionInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualMachineQuestionInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachineQuestionInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
id - SOAP::SOAPString
text - SOAP::SOAPString
choice - ChoiceOption
- VirtualMachineMessage
Instance Attribute Summary collapse
-
#choice ⇒ Object
Returns the value of attribute choice.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#id ⇒ Object
Returns the value of attribute id.
-
#message ⇒ Object
Returns the value of attribute message.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], id = nil, text = nil, choice = nil, message = []) ⇒ VirtualMachineQuestionInfo
constructor
A new instance of VirtualMachineQuestionInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], id = nil, text = nil, choice = nil, message = []) ⇒ VirtualMachineQuestionInfo
Returns a new instance of VirtualMachineQuestionInfo.
23805 23806 23807 23808 23809 23810 23811 23812 |
# File 'lib/vmware/soap/vim25.rb', line 23805 def initialize(dynamicType = nil, dynamicProperty = [], id = nil, text = nil, choice = nil, = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @id = id @text = text @choice = choice @message = end |
Instance Attribute Details
#choice ⇒ Object
Returns the value of attribute choice.
23802 23803 23804 |
# File 'lib/vmware/soap/vim25.rb', line 23802 def choice @choice end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
23799 23800 23801 |
# File 'lib/vmware/soap/vim25.rb', line 23799 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
23798 23799 23800 |
# File 'lib/vmware/soap/vim25.rb', line 23798 def dynamicType @dynamicType end |
#id ⇒ Object
Returns the value of attribute id.
23800 23801 23802 |
# File 'lib/vmware/soap/vim25.rb', line 23800 def id @id end |
#message ⇒ Object
Returns the value of attribute message.
23803 23804 23805 |
# File 'lib/vmware/soap/vim25.rb', line 23803 def @message end |
#text ⇒ Object
Returns the value of attribute text.
23801 23802 23803 |
# File 'lib/vmware/soap/vim25.rb', line 23801 def text @text end |