class HornOfPlenty::Adapters::Github::Response

Public Instance Methods

error() click to toggle source
# File lib/horn_of_plenty/adapters/github/response.rb, line 9
def error
  Github::Error.lookup(status_code,
                       status_message)
end