Method: ExtensionClientInfo#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#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 |