class Dragonfly::Job::FetchUrl::ErrorResponse

Attributes

body[R]
status[R]

Public Class Methods

new(status, body) click to toggle source
# File lib/dragonfly/job/fetch_url.rb, line 12
def initialize(status, body)
  @status, @body = status, body
end