Class: FindPrincipalByTokenResponse

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



551
552
553
# File 'lib/crowd/soap/default.rb', line 551

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



549
550
551
# File 'lib/crowd/soap/default.rb', line 549

def out
  @out
end