Class: AuthenticatePrincipalResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/crowd/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.



964
965
966
# File 'lib/crowd/default.rb', line 964

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



962
963
964
# File 'lib/crowd/default.rb', line 962

def out
  @out
end