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
10 11 12 |
# File 'lib/ask/agent/meta_agent.rb', line 10 def confidence @confidence end |
#evidence ⇒ Object (readonly)
Returns the value of attribute evidence
10 11 12 |
# File 'lib/ask/agent/meta_agent.rb', line 10 def evidence @evidence end |
#file ⇒ Object (readonly)
Returns the value of attribute file
10 11 12 |
# File 'lib/ask/agent/meta_agent.rb', line 10 def file @file end |
#issue ⇒ Object (readonly)
Returns the value of attribute issue
10 11 12 |
# File 'lib/ask/agent/meta_agent.rb', line 10 def issue @issue end |
#line ⇒ Object (readonly)
Returns the value of attribute line
10 11 12 |
# File 'lib/ask/agent/meta_agent.rb', line 10 def line @line end |
#meta_pr ⇒ Object (readonly)
Returns the value of attribute meta_pr
10 11 12 |
# File 'lib/ask/agent/meta_agent.rb', line 10 def @meta_pr end |
#recommendation_id ⇒ Object (readonly)
Returns the value of attribute recommendation_id
10 11 12 |
# File 'lib/ask/agent/meta_agent.rb', line 10 def recommendation_id @recommendation_id end |
#suggested_code ⇒ Object (readonly)
Returns the value of attribute suggested_code
10 11 12 |
# File 'lib/ask/agent/meta_agent.rb', line 10 def suggested_code @suggested_code end |
#suggestion ⇒ Object (readonly)
Returns the value of attribute suggestion
10 11 12 |
# File 'lib/ask/agent/meta_agent.rb', line 10 def suggestion @suggestion end |