Class: Net::HTTPResponse
- Inherits:
-
Object
- Object
- Net::HTTPResponse
- Defined in:
- lib/pcap_tools.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.
13 14 15 |
# File 'lib/pcap_tools.rb', line 13 def time @time end |
Instance Method Details
#body=(body) ⇒ Object
15 16 17 18 |
# File 'lib/pcap_tools.rb', line 15 def body= body @body = body @read = true end |