class HTTParty::Parser

def self.supports_format?(format)

Returns:
  • (Boolean) -

Parameters:
  • format (Symbol) -- e.g. :json, :xml
def self.supports_format?(format)
  supported_formats.include?(format)
end