lib/dor/models/response/workflow.rb in dor-workflow-client-3.0.0 vs lib/dor/models/response/workflow.rb in dor-workflow-client-3.1.0

- old
+ new

@@ -3,10 +3,10 @@ require 'dor/models/response/process' module Dor module Workflow module Response - # The response form asking the server about a workflow for an item + # The response from asking the server about a workflow for an item class Workflow def initialize(xml:) @xml = xml end