Class: TaskReasonSystem

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

Overview

urn:vim25TaskReasonSystem

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = []) ⇒ TaskReasonSystem

Returns a new instance of TaskReasonSystem.



2524
2525
2526
2527
# File 'lib/vmware/soap/vim25.rb', line 2524

def initialize(dynamicType = nil, dynamicProperty = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



2522
2523
2524
# File 'lib/vmware/soap/vim25.rb', line 2522

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



2521
2522
2523
# File 'lib/vmware/soap/vim25.rb', line 2521

def dynamicType
  @dynamicType
end