Class: AuthenticateApplication

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

Overview

urn:SecurityServerauthenticateApplication

in0 - ApplicationAuthenticationContext

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(in0 = nil) ⇒ AuthenticateApplication

Returns a new instance of AuthenticateApplication.



1512
1513
1514
# File 'lib/crowd/soap/default.rb', line 1512

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

Instance Attribute Details

#in0Object

Returns the value of attribute in0.



1510
1511
1512
# File 'lib/crowd/soap/default.rb', line 1510

def in0
  @in0
end