Class: Net::HTTPResponse
- Inherits:
-
Object
- Object
- Net::HTTPResponse
- Defined in:
- lib/pcap_tools/patches/http.rb
Instance Attribute Summary collapse
-
#time ⇒ Object
Returns the value of attribute time.
Instance Method Summary collapse
Instance Attribute Details
#time ⇒ Object
Returns the value of attribute time.
8 9 10 |
# File 'lib/pcap_tools/patches/http.rb', line 8 def time @time end |
Instance Method Details
#body=(body) ⇒ Object
10 11 12 13 |
# File 'lib/pcap_tools/patches/http.rb', line 10 def body=(body) @body = body @read = true end |