Class: FindPrincipalByTokenResponse

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

Overview

urn:SecurityServerfindPrincipalByTokenResponse

out - SOAPPrincipal

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ FindPrincipalByTokenResponse

Returns a new instance of FindPrincipalByTokenResponse.



455
456
457
# File 'lib/crowd/default.rb', line 455

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



453
454
455
# File 'lib/crowd/default.rb', line 453

def out
  @out
end