In Files

Parent

Methods

Stella::HTTPError

Attributes

status[R]

Public Class Methods

new(status) click to toggle source
# File lib/stella.rb, line 97
def initialize(status)
  @status = status
end

Public Instance Methods

message() click to toggle source
# File lib/stella.rb, line 100
def message
  "#{status} error"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.