module StatusQuerier

Constants

ALL
DEFAULT_LISTING
SUPPORTED_STATUSES
VERSION
WHITELIST

Public Class Methods

allow?(status) click to toggle source
# File lib/status_querier.rb, line 14
def self.allow?(status)
  WHITELIST.include?(status)
end