module Gentle::Response

Constants

VALID_RESPONSE_TYPES

Public Class Methods

valid_type?(type) click to toggle source
# File lib/gentle/response.rb, line 7
def self.valid_type?(type)
  VALID_RESPONSE_TYPES.include?(type)
end