lib/qa/authorities/assign_fast/generic_authority.rb in qa-5.8.1 vs lib/qa/authorities/assign_fast/generic_authority.rb in qa-5.9.0
- old
+ new
@@ -2,10 +2,12 @@
# A wrapper around the FAST api for use with questioning_authority
# API documentation:
# http://www.oclc.org/developer/develop/web-services/fast-api/assign-fast.en.html
class AssignFast::GenericAuthority < Base
attr_reader :subauthority
+
def initialize(subauthority)
+ super()
@subauthority = subauthority
end
include WebServiceBase