Class: GetCookieInfo
- Inherits:
-
Object
- Object
- GetCookieInfo
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServergetCookieInfo
in0 - AuthenticatedToken
Instance Attribute Summary collapse
-
#in0 ⇒ Object
Returns the value of attribute in0.
Instance Method Summary collapse
-
#initialize(in0 = nil) ⇒ GetCookieInfo
constructor
A new instance of GetCookieInfo.
Constructor Details
#initialize(in0 = nil) ⇒ GetCookieInfo
Returns a new instance of GetCookieInfo.
707 708 709 |
# File 'lib/crowd/default.rb', line 707 def initialize(in0 = nil) @in0 = in0 end |
Instance Attribute Details
#in0 ⇒ Object
Returns the value of attribute in0.
705 706 707 |
# File 'lib/crowd/default.rb', line 705 def in0 @in0 end |