Class: VirtualMachineQuestionInfo

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25VirtualMachineQuestionInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
id - SOAP::SOAPString
text - SOAP::SOAPString
choice - ChoiceOption
message - VirtualMachineMessage

Instance Attribute Summary collapse

Instance Method Summary collapse

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, message = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @id = id
  @text = text
  @choice = choice
  @message = message
end

Instance Attribute Details

#choiceObject

Returns the value of attribute choice.



23802
23803
23804
# File 'lib/vmware/soap/vim25.rb', line 23802

def choice
  @choice
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



23799
23800
23801
# File 'lib/vmware/soap/vim25.rb', line 23799

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



23798
23799
23800
# File 'lib/vmware/soap/vim25.rb', line 23798

def dynamicType
  @dynamicType
end

#idObject

Returns the value of attribute id.



23800
23801
23802
# File 'lib/vmware/soap/vim25.rb', line 23800

def id
  @id
end

#messageObject

Returns the value of attribute message.



23803
23804
23805
# File 'lib/vmware/soap/vim25.rb', line 23803

def message
  @message
end

#textObject

Returns the value of attribute text.



23801
23802
23803
# File 'lib/vmware/soap/vim25.rb', line 23801

def text
  @text
end