Sha256: 25e7b542146a8dea698dd21abe7e4724f1b6f9ddf6b77c078defd92ef8225e45
Contents?: true
Size: 489 Bytes
Versions: 51
Compression:
Stored size: 489 Bytes
Contents
module Qa::Authorities # Provide authority namespace module AssignFast extend AuthorityWithSubAuthority extend AssignFastSubauthority require 'qa/authorities/assign_fast/generic_authority' # Create an authority object for given subauthority # # @param [String] subauthority to use # @return [GenericAuthority] def self.subauthority_for(subauthority) validate_subauthority!(subauthority) GenericAuthority.new(subauthority) end end end
Version data entries
51 entries across 51 versions & 1 rubygems