Class: SOAPCookieInfo
- Inherits:
-
Object
- Object
- SOAPCookieInfo
- Defined in:
- lib/crowd/default.rb
Overview
http://soap.integration.crowd.atlassian.comSOAPCookieInfo
domain - SOAP::SOAPString
secure - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#secure ⇒ Object
Returns the value of attribute secure.
Instance Method Summary collapse
-
#initialize(domain = nil, secure = nil) ⇒ SOAPCookieInfo
constructor
A new instance of SOAPCookieInfo.
Constructor Details
#initialize(domain = nil, secure = nil) ⇒ SOAPCookieInfo
Returns a new instance of SOAPCookieInfo.
212 213 214 215 |
# File 'lib/crowd/default.rb', line 212 def initialize(domain = nil, secure = nil) @domain = domain @secure = secure end |
Instance Attribute Details
#domain ⇒ Object
Returns the value of attribute domain.
209 210 211 |
# File 'lib/crowd/default.rb', line 209 def domain @domain end |
#secure ⇒ Object
Returns the value of attribute secure.
210 211 212 |
# File 'lib/crowd/default.rb', line 210 def secure @secure end |