Class: Ask::Agent::MetaAgent::Result
- Inherits:
-
Data
- Object
- Data
- Ask::Agent::MetaAgent::Result
- Defined in:
- lib/ask/agent/meta_agent.rb
Instance Attribute Summary collapse
-
#confidence ⇒ Object
readonly
Returns the value of attribute confidence.
-
#evidence ⇒ Object
readonly
Returns the value of attribute evidence.
-
#file ⇒ Object
readonly
Returns the value of attribute file.
-
#issue ⇒ Object
readonly
Returns the value of attribute issue.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
-
#meta_pr ⇒ Object
readonly
Returns the value of attribute meta_pr.
-
#recommendation_id ⇒ Object
readonly
Returns the value of attribute recommendation_id.
-
#suggested_code ⇒ Object
readonly
Returns the value of attribute suggested_code.
-
#suggestion ⇒ Object
readonly
Returns the value of attribute suggestion.
Instance Attribute Details
#confidence ⇒ Object (readonly)
Returns the value of attribute confidence
9 10 11 |
# File 'lib/ask/agent/meta_agent.rb', line 9 def confidence @confidence end |
#evidence ⇒ Object (readonly)
Returns the value of attribute evidence
9 10 11 |
# File 'lib/ask/agent/meta_agent.rb', line 9 def evidence @evidence end |
#file ⇒ Object (readonly)
Returns the value of attribute file
9 10 11 |
# File 'lib/ask/agent/meta_agent.rb', line 9 def file @file end |
#issue ⇒ Object (readonly)
Returns the value of attribute issue
9 10 11 |
# File 'lib/ask/agent/meta_agent.rb', line 9 def issue @issue end |
#line ⇒ Object (readonly)
Returns the value of attribute line
9 10 11 |
# File 'lib/ask/agent/meta_agent.rb', line 9 def line @line end |
#meta_pr ⇒ Object (readonly)
Returns the value of attribute meta_pr
9 10 11 |
# File 'lib/ask/agent/meta_agent.rb', line 9 def @meta_pr end |
#recommendation_id ⇒ Object (readonly)
Returns the value of attribute recommendation_id
9 10 11 |
# File 'lib/ask/agent/meta_agent.rb', line 9 def recommendation_id @recommendation_id end |
#suggested_code ⇒ Object (readonly)
Returns the value of attribute suggested_code
9 10 11 |
# File 'lib/ask/agent/meta_agent.rb', line 9 def suggested_code @suggested_code end |
#suggestion ⇒ Object (readonly)
Returns the value of attribute suggestion
9 10 11 |
# File 'lib/ask/agent/meta_agent.rb', line 9 def suggestion @suggestion end |