Class: TypeDescription
- Inherits:
-
Description
- Object
- DynamicData
- Description
- TypeDescription
- 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
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#key ⇒ Object
Returns the value of attribute key.
-
#label ⇒ Object
Returns the value of attribute label.
-
#summary ⇒ Object
Returns the value of attribute summary.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], label = nil, summary = nil, key = nil) ⇒ TypeDescription
constructor
A new instance of TypeDescription.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], label = nil, summary = nil, key = nil) ⇒ TypeDescription
Returns a new instance of TypeDescription.
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
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1059 1060 1061 |
# File 'lib/vmware/soap/vim25.rb', line 1059 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1058 1059 1060 |
# File 'lib/vmware/soap/vim25.rb', line 1058 def dynamicType @dynamicType end |
permalink #key ⇒ Object
Returns the value of attribute key.
1062 1063 1064 |
# File 'lib/vmware/soap/vim25.rb', line 1062 def key @key end |
permalink #label ⇒ Object
Returns the value of attribute label.
1060 1061 1062 |
# File 'lib/vmware/soap/vim25.rb', line 1060 def label @label end |
permalink #summary ⇒ Object
Returns the value of attribute summary.
1061 1062 1063 |
# File 'lib/vmware/soap/vim25.rb', line 1061 def summary @summary end |