Struct.new(:code, :message)
# File lib/vcr/structs/response_status.rb, line 5 def self.from_net_http_response(response) new(response.code.to_i, response.message) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.