Class: Udb::ConfiguredArchitecture::ValidationResult
- Inherits:
-
T::Struct
- Object
- T::Struct
- Udb::ConfiguredArchitecture::ValidationResult
- Defined in:
- lib/udb/cfg_arch.rb
Overview
return type for #valid?
Instance Attribute Summary collapse
-
#reasons ⇒ Array<String>
readonly
filled with messages if valid is false.
-
#valid ⇒ Boolean
readonly
Returns the value of prop ‘valid`.
Instance Method Summary collapse
- #initialize(valid:, reasons:) constructor
Constructor Details
#initialize(valid:, reasons:)
|
|
# File '' const :valid, T::Boolean |
Instance Attribute Details
#reasons ⇒ Array<String> (readonly)
filled with messages if valid is false
|
|
# File ''
|
#valid ⇒ Boolean (readonly)
Returns the value of prop ‘valid`.
|
|
# File '' const :valid, T::Boolean |