Class: Philiprehberger::HttpClient::CookieJar::Cookie
- Inherits:
-
Struct
- Object
- Struct
- Philiprehberger::HttpClient::CookieJar::Cookie
- Defined in:
- lib/philiprehberger/http_client/cookie_jar.rb
Instance Attribute Summary collapse
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#expires ⇒ Object
Returns the value of attribute expires.
-
#http_only ⇒ Object
Returns the value of attribute http_only.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#secure ⇒ Object
Returns the value of attribute secure.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#domain ⇒ Object
Returns the value of attribute domain
10 11 12 |
# File 'lib/philiprehberger/http_client/cookie_jar.rb', line 10 def domain @domain end |
#expires ⇒ Object
Returns the value of attribute expires
10 11 12 |
# File 'lib/philiprehberger/http_client/cookie_jar.rb', line 10 def expires @expires end |
#http_only ⇒ Object
Returns the value of attribute http_only
10 11 12 |
# File 'lib/philiprehberger/http_client/cookie_jar.rb', line 10 def http_only @http_only end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/philiprehberger/http_client/cookie_jar.rb', line 10 def name @name end |
#path ⇒ Object
Returns the value of attribute path
10 11 12 |
# File 'lib/philiprehberger/http_client/cookie_jar.rb', line 10 def path @path end |
#secure ⇒ Object
Returns the value of attribute secure
10 11 12 |
# File 'lib/philiprehberger/http_client/cookie_jar.rb', line 10 def secure @secure end |
#value ⇒ Object
Returns the value of attribute value
10 11 12 |
# File 'lib/philiprehberger/http_client/cookie_jar.rb', line 10 def value @value end |