Class: AuthenticateApplication

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

Overview

urn:SecurityServerauthenticateApplication

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(in0 = nil) ⇒ AuthenticateApplication

Returns a new instance of AuthenticateApplication.



382
383
384
# File 'lib/default.rb', line 382

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

Instance Attribute Details

#in0Object

Returns the value of attribute in0.



380
381
382
# File 'lib/default.rb', line 380

def in0
  @in0
end