Class: TypeDescription

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

Overview

urn:vim25TypeDescription

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

Direct Known Subclasses

ScheduledTaskDetail

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TypeDescription.

[View source]

1064
1065
1066
1067
1068
1069
1070
# File 'lib/vmware/soap/vim25.rb', line 1064

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


1059
1060
1061
# File 'lib/vmware/soap/vim25.rb', line 1059

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


1058
1059
1060
# File 'lib/vmware/soap/vim25.rb', line 1058

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.


1062
1063
1064
# File 'lib/vmware/soap/vim25.rb', line 1062

def key
  @key
end

#labelObject

Returns the value of attribute label.


1060
1061
1062
# File 'lib/vmware/soap/vim25.rb', line 1060

def label
  @label
end

#summaryObject

Returns the value of attribute summary.


1061
1062
1063
# File 'lib/vmware/soap/vim25.rb', line 1061

def summary
  @summary
end