Class: GenerativeUI::ComponentTreeValidator::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/generative_ui/component_tree_validator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorsObject (readonly)

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



5
6
7
# File 'lib/generative_ui/component_tree_validator.rb', line 5

def errors
  @errors
end

#validObject (readonly) Also known as: valid?

Returns the value of attribute valid

Returns:

  • (Object)

    the current value of valid



5
6
7
# File 'lib/generative_ui/component_tree_validator.rb', line 5

def valid
  @valid
end