Exception: Lutaml::Model::ChoiceLowerBoundError
- Defined in:
- lib/lutaml/model/error/choice_lower_bound_error.rb
Instance Method Summary collapse
-
#initialize(validated_attributes, min) ⇒ ChoiceLowerBoundError
constructor
A new instance of ChoiceLowerBoundError.
Constructor Details
#initialize(validated_attributes, min) ⇒ ChoiceLowerBoundError
Returns a new instance of ChoiceLowerBoundError.
4 5 6 |
# File 'lib/lutaml/model/error/choice_lower_bound_error.rb', line 4 def initialize(validated_attributes, min) super("Attributes `#{validated_attributes}` count is less than the lower bound `#{min}`") end |