Github::Error::GithubError
# File lib/github_api/error/client_error.rb, line 8 def initialize(message) super(message) end
# 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.