Method: IsValidPrincipalTokenResponse#initialize

Defined in:
lib/crowd/default.rb

#initialize(out = nil) ⇒ IsValidPrincipalTokenResponse

Returns a new instance of IsValidPrincipalTokenResponse.



1007
1008
1009
# File 'lib/crowd/default.rb', line 1007

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