Class: FindPrincipalByTokenResponse
- Inherits:
-
Object
- Object
- FindPrincipalByTokenResponse
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServerfindPrincipalByTokenResponse
out - SOAPPrincipal
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ FindPrincipalByTokenResponse
constructor
A new instance of FindPrincipalByTokenResponse.
Constructor Details
#initialize(out = nil) ⇒ FindPrincipalByTokenResponse
Returns a new instance of FindPrincipalByTokenResponse.
455 456 457 |
# File 'lib/crowd/default.rb', line 455 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
453 454 455 |
# File 'lib/crowd/default.rb', line 453 def out @out end |