Class: SessionManagerLocalTicket

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25SessionManagerLocalTicket

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
userName - SOAP::SOAPString
passwordFilePath - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], userName = nil, passwordFilePath = nil) ⇒ SessionManagerLocalTicket

Returns a new instance of SessionManagerLocalTicket.



2263
2264
2265
2266
2267
2268
# File 'lib/vmware/soap/vim25.rb', line 2263

def initialize(dynamicType = nil, dynamicProperty = [], userName = nil, passwordFilePath = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @userName = userName
  @passwordFilePath = passwordFilePath
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



2259
2260
2261
# File 'lib/vmware/soap/vim25.rb', line 2259

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



2258
2259
2260
# File 'lib/vmware/soap/vim25.rb', line 2258

def dynamicType
  @dynamicType
end

#passwordFilePathObject

Returns the value of attribute passwordFilePath.



2261
2262
2263
# File 'lib/vmware/soap/vim25.rb', line 2261

def passwordFilePath
  @passwordFilePath
end

#userNameObject

Returns the value of attribute userName.



2260
2261
2262
# File 'lib/vmware/soap/vim25.rb', line 2260

def userName
  @userName
end