Class: AuthenticatePrincipalResponse

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

Overview

urn:SecurityServerauthenticatePrincipalResponse

out - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ AuthenticatePrincipalResponse

Returns a new instance of AuthenticatePrincipalResponse.



1128
1129
1130
# File 'lib/crowd/soap/default.rb', line 1128

def initialize(out = nil)
  @out = out
end

Instance Attribute Details

#outObject

Returns the value of attribute out.



1126
1127
1128
# File 'lib/crowd/soap/default.rb', line 1126

def out
  @out
end