class Net::HTTPResponse

Attributes

time[RW]

Public Instance Methods

body=(body) click to toggle source
# File lib/pcap_tools.rb, line 15
def body= body
  @body = body
  @read = true
end