Class: CreatePrincipalTokenResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/crowd/soap/default.rb

Overview

urn:SecurityServercreatePrincipalTokenResponse

out - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#outObject

Returns the value of attribute out.



1322
1323
1324
# File 'lib/crowd/soap/default.rb', line 1322

def out
  @out
end