Class: Hyrax::Workflow::WorkflowSchema::ResultWrapper

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
app/services/hyrax/workflow/workflow_schema.rb

Overview

Wrap the result for backwards-compatibility. This will be removed in Hyrax 3.0.

Instance Method Summary collapse

Instance Method Details

#messages(opts = {}) ⇒ Object



86
87
88
# File 'app/services/hyrax/workflow/workflow_schema.rb', line 86

def messages(opts = {})
  errors(opts)
end