class Restforce::Client
def mashify?
Internal: Returns true if the middlware stack includes the
def mashify? connection.builder.handlers.find { |handler| handler == Restforce::Middleware::Mashify } end
def mashify? connection.builder.handlers.find { |handler| handler == Restforce::Middleware::Mashify } end