Class: RailVerdict::Intelligence::AIProvider::Result
- Inherits:
-
Struct
- Object
- Struct
- RailVerdict::Intelligence::AIProvider::Result
- Defined in:
- lib/rail_verdict/intelligence/provider.rb
Instance Attribute Summary collapse
-
#analysis ⇒ Object
Returns the value of attribute analysis.
-
#failure ⇒ Object
Returns the value of attribute failure.
Instance Attribute Details
#analysis ⇒ Object
Returns the value of attribute analysis
7 8 9 |
# File 'lib/rail_verdict/intelligence/provider.rb', line 7 def analysis @analysis end |
#failure ⇒ Object
Returns the value of attribute failure
7 8 9 |
# File 'lib/rail_verdict/intelligence/provider.rb', line 7 def failure @failure end |