Module: Qa::Authorities::AssignFast
- Extended by:
- AssignFastSubauthority, AuthorityWithSubAuthority
- Defined in:
- lib/qa/authorities/assign_fast.rb
Overview
Provide authority namespace
Defined Under Namespace
Classes: GenericAuthority, SpaceFixEncoder
Constant Summary
Constants included from AssignFastSubauthority
Qa::Authorities::AssignFastSubauthority::SUBAUTHORITIES
Class Method Summary collapse
-
.subauthority_for(subauthority) ⇒ GenericAuthority
Create an authority object for given subauthority.
Methods included from AuthorityWithSubAuthority
new, subauthorities, subauthority_class, subauthority_for, validate_subauthority!
Methods included from AssignFastSubauthority
index_for_authority, subauthorities
Class Method Details
.subauthority_for(subauthority) ⇒ GenericAuthority
Create an authority object for given subauthority
12 13 14 15 |
# File 'lib/qa/authorities/assign_fast.rb', line 12 def self.() () GenericAuthority.new() end |