Class: RubyLLM::Contract::RakeTask::SuiteGate::Verdict
- Inherits:
-
Data
- Object
- Data
- RubyLLM::Contract::RakeTask::SuiteGate::Verdict
- Defined in:
- lib/ruby_llm/contract/rake_task/suite_gate.rb
Instance Attribute Summary collapse
-
#abort_reason ⇒ Object
readonly
Returns the value of attribute abort_reason.
-
#passed ⇒ Object
readonly
Returns the value of attribute passed.
-
#passed_reports ⇒ Object
readonly
Returns the value of attribute passed_reports.
-
#suite_cost ⇒ Object
readonly
Returns the value of attribute suite_cost.
Instance Method Summary collapse
Instance Attribute Details
#abort_reason ⇒ Object (readonly)
Returns the value of attribute abort_reason
25 26 27 |
# File 'lib/ruby_llm/contract/rake_task/suite_gate.rb', line 25 def abort_reason @abort_reason end |
#passed ⇒ Object (readonly)
Returns the value of attribute passed
25 26 27 |
# File 'lib/ruby_llm/contract/rake_task/suite_gate.rb', line 25 def passed @passed end |
#passed_reports ⇒ Object (readonly)
Returns the value of attribute passed_reports
25 26 27 |
# File 'lib/ruby_llm/contract/rake_task/suite_gate.rb', line 25 def passed_reports @passed_reports end |
#suite_cost ⇒ Object (readonly)
Returns the value of attribute suite_cost
25 26 27 |
# File 'lib/ruby_llm/contract/rake_task/suite_gate.rb', line 25 def suite_cost @suite_cost end |
Instance Method Details
#passed? ⇒ Boolean
26 27 28 |
# File 'lib/ruby_llm/contract/rake_task/suite_gate.rb', line 26 def passed? passed end |