Class: MethodDescription
- Inherits:
-
Description
- Object
- DynamicData
- Description
- MethodDescription
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MethodDescription
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
label - SOAP::SOAPString
summary - SOAP::SOAPString
key - SOAP::SOAPString
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) ⇒ MethodDescription
constructor
A new instance of MethodDescription.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], label = nil, summary = nil, key = nil) ⇒ MethodDescription
Returns a new instance of MethodDescription.
1042 1043 1044 1045 1046 1047 1048 |
# File 'lib/vmware/soap/vim25.rb', line 1042 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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1037 1038 1039 |
# File 'lib/vmware/soap/vim25.rb', line 1037 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1036 1037 1038 |
# File 'lib/vmware/soap/vim25.rb', line 1036 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
1040 1041 1042 |
# File 'lib/vmware/soap/vim25.rb', line 1040 def key @key end |
#label ⇒ Object
Returns the value of attribute label.
1038 1039 1040 |
# File 'lib/vmware/soap/vim25.rb', line 1038 def label @label end |
#summary ⇒ Object
Returns the value of attribute summary.
1039 1040 1041 |
# File 'lib/vmware/soap/vim25.rb', line 1039 def summary @summary end |