Class: Description

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

Overview

urn:vim25Description

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
label - SOAP::SOAPString
summary - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], label = nil, summary = nil) ⇒ Description

Returns a new instance of Description.



974
975
976
977
978
979
# File 'lib/vmware/soap/vim25.rb', line 974

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



970
971
972
# File 'lib/vmware/soap/vim25.rb', line 970

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



969
970
971
# File 'lib/vmware/soap/vim25.rb', line 969

def dynamicType
  @dynamicType
end

#labelObject

Returns the value of attribute label.



971
972
973
# File 'lib/vmware/soap/vim25.rb', line 971

def label
  @label
end

#summaryObject

Returns the value of attribute summary.



972
973
974
# File 'lib/vmware/soap/vim25.rb', line 972

def summary
  @summary
end