class WickedPdf::WickedPdfHelper::Assets::MissingRemoteAsset
Attributes
response[R]
url[R]
Public Class Methods
new(url, response)
click to toggle source
Calls superclass method
# File lib/wicked_pdf/wicked_pdf_helper/assets.rb, line 24 def initialize(url, response) @url = url @response = response super("Could not fetch asset '#{url}': server responded with #{response.code} #{response.message}") end