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