Class: CreatePrincipalTokenResponse
- Inherits:
-
Object
- Object
- CreatePrincipalTokenResponse
- Defined in:
- lib/crowd/soap/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.
1324 1325 1326 |
# File 'lib/crowd/soap/default.rb', line 1324 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
1322 1323 1324 |
# File 'lib/crowd/soap/default.rb', line 1322 def out @out end |