Class: ExtensionClientInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- ExtensionClientInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ExtensionClientInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
version - SOAP::SOAPString
description - Description
company - SOAP::SOAPString
type - SOAP::SOAPString
url - SOAP::SOAPString
Instance Attribute Summary collapse
-
#company ⇒ Object
Returns the value of attribute company.
-
#description ⇒ Object
Returns the value of attribute description.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#type ⇒ Object
Returns the value of attribute type.
-
#url ⇒ Object
Returns the value of attribute url.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], version = nil, description = nil, company = nil, type = nil, url = nil) ⇒ ExtensionClientInfo
constructor
A new instance of ExtensionClientInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], version = nil, description = nil, company = nil, type = nil, url = nil) ⇒ ExtensionClientInfo
Returns a new instance of ExtensionClientInfo.
1215 1216 1217 1218 1219 1220 1221 1222 1223 |
# File 'lib/vmware/soap/vim25.rb', line 1215 def initialize(dynamicType = nil, dynamicProperty = [], version = nil, description = nil, company = nil, type = nil, url = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @version = version @description = description @company = company @type = type @url = url end |
Instance Attribute Details
#company ⇒ Object
Returns the value of attribute company.
1211 1212 1213 |
# File 'lib/vmware/soap/vim25.rb', line 1211 def company @company end |
#description ⇒ Object
Returns the value of attribute description.
1210 1211 1212 |
# File 'lib/vmware/soap/vim25.rb', line 1210 def description @description end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1208 1209 1210 |
# File 'lib/vmware/soap/vim25.rb', line 1208 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1207 1208 1209 |
# File 'lib/vmware/soap/vim25.rb', line 1207 def dynamicType @dynamicType end |
#type ⇒ Object
Returns the value of attribute type.
1212 1213 1214 |
# File 'lib/vmware/soap/vim25.rb', line 1212 def type @type end |
#url ⇒ Object
Returns the value of attribute url.
1213 1214 1215 |
# File 'lib/vmware/soap/vim25.rb', line 1213 def url @url end |
#version ⇒ Object
Returns the value of attribute version.
1209 1210 1211 |
# File 'lib/vmware/soap/vim25.rb', line 1209 def version @version end |