Class: FindPrincipalByTokenResponse
- Inherits:
-
Object
- Object
- FindPrincipalByTokenResponse
- Defined in:
- lib/crowd/soap/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.
551 552 553 |
# File 'lib/crowd/soap/default.rb', line 551 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
549 550 551 |
# File 'lib/crowd/soap/default.rb', line 549 def out @out end |