Class: SessionManagerLocalTicket
- Inherits:
-
DynamicData
- Object
- DynamicData
- SessionManagerLocalTicket
- 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
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#passwordFilePath ⇒ Object
Returns the value of attribute passwordFilePath.
-
#userName ⇒ Object
Returns the value of attribute userName.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], userName = nil, passwordFilePath = nil) ⇒ SessionManagerLocalTicket
constructor
A new instance of SessionManagerLocalTicket.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2259 2260 2261 |
# File 'lib/vmware/soap/vim25.rb', line 2259 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2258 2259 2260 |
# File 'lib/vmware/soap/vim25.rb', line 2258 def dynamicType @dynamicType end |
#passwordFilePath ⇒ Object
Returns the value of attribute passwordFilePath.
2261 2262 2263 |
# File 'lib/vmware/soap/vim25.rb', line 2261 def passwordFilePath @passwordFilePath end |
#userName ⇒ Object
Returns the value of attribute userName.
2260 2261 2262 |
# File 'lib/vmware/soap/vim25.rb', line 2260 def userName @userName end |