Exception: FlightStats::API::MethodNotAllowed

Inherits:
ClientError show all
Defined in:
lib/flightstats/api/errors.rb

Overview

405 Method Not Allowed

The HTTP request specified a method (e.g. PUT, DELETE, OPTIONS, etc.) that is not supported by this resource.

Instance Attribute Summary

Attributes inherited from ResponseError

#request, #response

Method Summary

Methods inherited from ResponseError

#code, #initialize, #message, #to_s

Methods inherited from Error

#set_message, #to_s

Constructor Details

This class inherits a constructor from FlightStats::API::ResponseError