Class: GenerativeUI::ComponentValidator::Result
- Inherits:
-
Data
- Object
- Data
- GenerativeUI::ComponentValidator::Result
- Defined in:
- lib/generative_ui/component_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
7 8 9 |
# File 'lib/generative_ui/component_validator.rb', line 7 def errors @errors end |
#valid ⇒ Object (readonly) Also known as: valid?
Returns the value of attribute valid
7 8 9 |
# File 'lib/generative_ui/component_validator.rb', line 7 def valid @valid end |