Class: IsValidPrincipalTokenResponse
- Inherits:
-
Object
- Object
- IsValidPrincipalTokenResponse
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServerisValidPrincipalTokenResponse
out - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ IsValidPrincipalTokenResponse
constructor
A new instance of IsValidPrincipalTokenResponse.
Constructor Details
#initialize(out = nil) ⇒ IsValidPrincipalTokenResponse
Returns a new instance of IsValidPrincipalTokenResponse.
652 653 654 |
# File 'lib/crowd/default.rb', line 652 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
650 651 652 |
# File 'lib/crowd/default.rb', line 650 def out @out end |