ManageIQ/manageiq

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

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
class OrchestrationTemplate
  class OrchestrationParameterRange < OrchestrationParameterConstraint
    attr_accessor :min_value
    attr_accessor :max_value
  end
end