Parent

Methods

Rufus::Jig::HttpError

Keeping track of the HTTP status code and of the error message.

Attributes

status[R]

Public Class Methods

new(status, message) click to toggle source
    # File lib/rufus/jig/http.rb, line 49
49:     def initialize (status, message)
50: 
51:       @status = status
52:       super(message)
53:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.