Class: GetCookieInfoResponse
- Inherits:
-
Object
- Object
- GetCookieInfoResponse
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServergetCookieInfoResponse
out - SOAPCookieInfo
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetCookieInfoResponse
constructor
A new instance of GetCookieInfoResponse.
Constructor Details
#initialize(out = nil) ⇒ GetCookieInfoResponse
Returns a new instance of GetCookieInfoResponse.
717 718 719 |
# File 'lib/crowd/default.rb', line 717 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
715 716 717 |
# File 'lib/crowd/default.rb', line 715 def out @out end |