class Hoss::Event::Response

Attributes

body[RW]
headers[RW]
received_at[RW]
status_code[RW]

Public Class Methods

new() click to toggle source
# File lib/hoss/event.rb, line 46
def initialize
  @headers = {}
end