Class: GenerativeUI::ComponentTreeValidator::Result
- Inherits:
-
Data
- Object
- Data
- GenerativeUI::ComponentTreeValidator::Result
- Defined in:
- lib/generative_ui/component_tree_validator.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
-
#valid ⇒ Object
(also: #valid?)
readonly
Returns the value of attribute valid.
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors
5 6 7 |
# File 'lib/generative_ui/component_tree_validator.rb', line 5 def errors @errors end |
#valid ⇒ Object (readonly) Also known as: valid?
Returns the value of attribute valid
5 6 7 |
# File 'lib/generative_ui/component_tree_validator.rb', line 5 def valid @valid end |