ManageIQ/manageiq

View on GitHub
app/models/orchestration_template/orchestration_parameter_custom.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
class OrchestrationTemplate
  class OrchestrationParameterCustom < OrchestrationParameterConstraint
    attr_accessor :custom_constraint
  end
end