lib/dor/services/client.rb in dor-services-client-0.5.0 vs lib/dor/services/client.rb in dor-services-client-0.6.0
- old
+ new
@@ -53,9 +53,11 @@
instance.url = url
instance.username = username
instance.password = password
# Force connection to be re-established when `.configure` is called
instance.connection = nil
+
+ self
end
delegate :objects, :files, :workflow, :workspace, :release_tags, to: :instance
private :objects, :files, :workflow, :workspace, :release_tags