Class: AuthenticatePrincipalSimpleResponse

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

Overview

urn:SecurityServerauthenticatePrincipalSimpleResponse

out - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ AuthenticatePrincipalSimpleResponse

Returns a new instance of AuthenticatePrincipalSimpleResponse.



678
679
680
# File 'lib/crowd/default.rb', line 678

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



676
677
678
# File 'lib/crowd/default.rb', line 676

def out
  @out
end