Class: GetCookieInfo

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

Overview

urn:SecurityServergetCookieInfo

in0 - AuthenticatedToken

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(in0 = nil) ⇒ GetCookieInfo

Returns a new instance of GetCookieInfo.



803
804
805
# File 'lib/crowd/soap/default.rb', line 803

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

Instance Attribute Details

#in0Object

Returns the value of attribute in0.



801
802
803
# File 'lib/crowd/soap/default.rb', line 801

def in0
  @in0
end