Class: IsValidPrincipalTokenResponse

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

Overview

urn:SecurityServerisValidPrincipalTokenResponse

out - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ IsValidPrincipalTokenResponse

Returns a new instance of IsValidPrincipalTokenResponse.



652
653
654
# File 'lib/crowd/default.rb', line 652

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



650
651
652
# File 'lib/crowd/default.rb', line 650

def out
  @out
end