Parent

Class/Module Index [+]

Quicksearch

Github::Error::ClientError

Attributes

problem[R]
resolution[R]
summary[R]

Public Class Methods

new(message) click to toggle source
# File lib/github_api/error/client_error.rb, line 8
def initialize(message)
  super(message)
end

Public Instance Methods

generate_message(attributes) click to toggle source
# File lib/github_api/error/client_error.rb, line 12
def generate_message(attributes)
  "\nProblem:\n #{attributes[:problem]}"+
  "\nSummary:\n #{attributes[:summary]}"+
  "\nResolution:\n #{attributes[:resolution]}"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.