ManageIQ/manageiq

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

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
class OrchestrationTemplate
  class OrchestrationParameterAllowed < OrchestrationParameterConstraint
    attr_accessor :allowed_values
    attr_accessor :allow_multiple
  end
end