ClientError
# File lib/github_api/error/required_params.rb, line 6 def initialize(provided, required) super( generate_message( :problem => "Missing required parameters: #{provided.keys.join(', ')} provided for this request.", :summary => "Github gem checks the request parameters passed to ensure that github api is not hit unnecessairly and to fail fast.", :resolution => "Required parameters are: #{required.join(', ')}, make sure these are the ones you are using" ) ) end
Generated with the Darkfish Rdoc Generator 2.