Class: ExtensionServerInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- ExtensionServerInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ExtensionServerInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
url - SOAP::SOAPString
description - Description
company - SOAP::SOAPString
type - SOAP::SOAPString
adminEmail - SOAP::SOAPString
Instance Attribute Summary collapse
-
#adminEmail ⇒ Object
Returns the value of attribute adminEmail.
-
#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.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], url = nil, description = nil, company = nil, type = nil, adminEmail = []) ⇒ ExtensionServerInfo
constructor
A new instance of ExtensionServerInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], url = nil, description = nil, company = nil, type = nil, adminEmail = []) ⇒ ExtensionServerInfo
Returns a new instance of ExtensionServerInfo.
1187 1188 1189 1190 1191 1192 1193 1194 1195 |
# File 'lib/vmware/soap/vim25.rb', line 1187 def initialize(dynamicType = nil, dynamicProperty = [], url = nil, description = nil, company = nil, type = nil, adminEmail = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @url = url @description = description @company = company @type = type @adminEmail = adminEmail end |
Instance Attribute Details
#adminEmail ⇒ Object
Returns the value of attribute adminEmail.
1185 1186 1187 |
# File 'lib/vmware/soap/vim25.rb', line 1185 def adminEmail @adminEmail end |
#company ⇒ Object
Returns the value of attribute company.
1183 1184 1185 |
# File 'lib/vmware/soap/vim25.rb', line 1183 def company @company end |
#description ⇒ Object
Returns the value of attribute description.
1182 1183 1184 |
# File 'lib/vmware/soap/vim25.rb', line 1182 def description @description end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1180 1181 1182 |
# File 'lib/vmware/soap/vim25.rb', line 1180 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1179 1180 1181 |
# File 'lib/vmware/soap/vim25.rb', line 1179 def dynamicType @dynamicType end |
#type ⇒ Object
Returns the value of attribute type.
1184 1185 1186 |
# File 'lib/vmware/soap/vim25.rb', line 1184 def type @type end |
#url ⇒ Object
Returns the value of attribute url.
1181 1182 1183 |
# File 'lib/vmware/soap/vim25.rb', line 1181 def url @url end |