Class: ExtensionClientInfo

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#companyObject

Returns the value of attribute company.



1211
1212
1213
# File 'lib/vmware/soap/vim25.rb', line 1211

def company
  @company
end

#descriptionObject

Returns the value of attribute description.



1210
1211
1212
# File 'lib/vmware/soap/vim25.rb', line 1210

def description
  @description
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



1208
1209
1210
# File 'lib/vmware/soap/vim25.rb', line 1208

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



1207
1208
1209
# File 'lib/vmware/soap/vim25.rb', line 1207

def dynamicType
  @dynamicType
end

#typeObject

Returns the value of attribute type.



1212
1213
1214
# File 'lib/vmware/soap/vim25.rb', line 1212

def type
  @type
end

#urlObject

Returns the value of attribute url.



1213
1214
1215
# File 'lib/vmware/soap/vim25.rb', line 1213

def url
  @url
end

#versionObject

Returns the value of attribute version.



1209
1210
1211
# File 'lib/vmware/soap/vim25.rb', line 1209

def version
  @version
end