mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-03-25 08:55:53 +00:00
Add HTTP::Cookie#domain_name.
This commit is contained in:
parent
232906e0c3
commit
fe65dbfb89
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ class HTTP::Cookie
|
|||
attr_reader :name
|
||||
attr_accessor :value, :version
|
||||
attr_accessor :domain, :path, :secure
|
||||
attr_reader :domain_name
|
||||
attr_accessor :comment, :max_age
|
||||
|
||||
attr_accessor :session
|
||||
|
|
|
|||
Loading…
Reference in a new issue