ManageIQ/manageiq

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

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
class OrchestrationTemplate
  class OrchestrationParameterLength < OrchestrationParameterConstraint
    attr_accessor :min_length
    attr_accessor :max_length
  end
end