Class: WEBrick::HTTPResponse
- Inherits:
-
Object
- Object
- WEBrick::HTTPResponse
- Defined in:
- lib/n/app/webrick-servlet.rb
Instance Attribute Summary collapse
-
#cookies ⇒ Object
writeonly
Sets the attribute cookies.
-
#header ⇒ Object
writeonly
Sets the attribute header.
Instance Attribute Details
#cookies=(value) ⇒ Object (writeonly)
Sets the attribute cookies
48 49 50 |
# File 'lib/n/app/webrick-servlet.rb', line 48 def (value) @cookies = value end |
#header=(value) ⇒ Object (writeonly)
Sets the attribute header
47 48 49 |
# File 'lib/n/app/webrick-servlet.rb', line 47 def header=(value) @header = value end |