Class: RailsProof::AiTestValidator::Result
- Inherits:
-
Struct
- Object
- Struct
- RailsProof::AiTestValidator::Result
- Defined in:
- lib/rails_proof/ai_test_validator.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#valid ⇒ Object
Returns the value of attribute valid.
Instance Method Summary collapse
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors
5 6 7 |
# File 'lib/rails_proof/ai_test_validator.rb', line 5 def errors @errors end |
#valid ⇒ Object
Returns the value of attribute valid
5 6 7 |
# File 'lib/rails_proof/ai_test_validator.rb', line 5 def valid @valid end |
Instance Method Details
#valid? ⇒ Boolean
10 11 12 |
# File 'lib/rails_proof/ai_test_validator.rb', line 10 def valid? valid end |