class SiteHub::Response

Attributes

body[R]
headers[R]
status[R]
time[R]

Public Class Methods

new(body, status, headers) click to toggle source
Calls superclass method
# File lib/sitehub/response.rb, line 4
def initialize(body, status, headers)
  super
  @time = Time.now
end