Class: Description
- Inherits:
-
DynamicData
- Object
- DynamicData
- Description
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25Description
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
label - SOAP::SOAPString
summary - 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.
-
#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) ⇒ Description
constructor
A new instance of Description.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
970 971 972 |
# File 'lib/vmware/soap/vim25.rb', line 970 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
969 970 971 |
# File 'lib/vmware/soap/vim25.rb', line 969 def dynamicType @dynamicType end |
#label ⇒ Object
Returns the value of attribute label.
971 972 973 |
# File 'lib/vmware/soap/vim25.rb', line 971 def label @label end |
#summary ⇒ Object
Returns the value of attribute summary.
972 973 974 |
# File 'lib/vmware/soap/vim25.rb', line 972 def summary @summary end |