Class: InvalidLogin
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- InvalidLogin
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InvalidLogin
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ InvalidLogin
constructor
A new instance of InvalidLogin.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ InvalidLogin
Returns a new instance of InvalidLogin.
30825 30826 30827 30828 |
# File 'lib/vmware/soap/vim25.rb', line 30825 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30823 30824 30825 |
# File 'lib/vmware/soap/vim25.rb', line 30823 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30822 30823 30824 |
# File 'lib/vmware/soap/vim25.rb', line 30822 def dynamicType @dynamicType end |