Class: CreatePrincipalTokenResponse
- Inherits:
-
Object
- Object
- CreatePrincipalTokenResponse
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServercreatePrincipalTokenResponse
out - SOAP::SOAPString
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ CreatePrincipalTokenResponse
constructor
A new instance of CreatePrincipalTokenResponse.
Constructor Details
#initialize(out = nil) ⇒ CreatePrincipalTokenResponse
Returns a new instance of CreatePrincipalTokenResponse.
1119 1120 1121 |
# File 'lib/crowd/default.rb', line 1119 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
1117 1118 1119 |
# File 'lib/crowd/default.rb', line 1117 def out @out end |