Class: TaskReasonUser

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

Overview

urn:vim25TaskReasonUser

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
userName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TaskReasonUser.



2539
2540
2541
2542
2543
# File 'lib/vmware/soap/vim25.rb', line 2539

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



2536
2537
2538
# File 'lib/vmware/soap/vim25.rb', line 2536

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



2535
2536
2537
# File 'lib/vmware/soap/vim25.rb', line 2535

def dynamicType
  @dynamicType
end

#userNameObject

Returns the value of attribute userName.



2537
2538
2539
# File 'lib/vmware/soap/vim25.rb', line 2537

def userName
  @userName
end