module Qa::Authorities::AssignFast

Provide authority namespace

Public Class Methods

subauthority_for(subauthority) click to toggle source

Create an authority object for given subauthority

@param [String] subauthority to use @return [GenericAuthority]

# File lib/qa/authorities/assign_fast.rb, line 12
def self.subauthority_for(subauthority)
  validate_subauthority!(subauthority)
  GenericAuthority.new(subauthority)
end