class Occi::HTTPResponseError
HTTPResponseError
class. Slightly modified HTTParty::ResponseError for better cooperation with existing code
Attributes
message[R]
Public Class Methods
new(m)
click to toggle source
Calls superclass method
# File lib/probe/occi/nocci/resource.rb, line 91 def initialize(m) super(m) @message = m end