ManageIQ/manageiq

View on GitHub
app/models/miq_provision_configured_system_workflow.rb

Summary

Maintainability
A
0 mins
Test Coverage
F
57%
class MiqProvisionConfiguredSystemWorkflow < MiqProvisionWorkflow
  def self.base_model
    MiqProvisionConfiguredSystemWorkflow
  end

  def self.automate_dialog_request
    'UI_CONFIGURED_SYSTEM_PROVISION_INFO'
  end

  def self.request_class
    MiqProvisionConfiguredSystemRequest
  end
end