Class: Ask::Agent::MetaAgent::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/ask/agent/meta_agent.rb

Instance Attribute Summary collapse

Instance Attribute Details

#confidenceObject (readonly)

Returns the value of attribute confidence

Returns:

  • (Object)

    the current value of confidence



9
10
11
# File 'lib/ask/agent/meta_agent.rb', line 9

def confidence
  @confidence
end

#evidenceObject (readonly)

Returns the value of attribute evidence

Returns:

  • (Object)

    the current value of evidence



9
10
11
# File 'lib/ask/agent/meta_agent.rb', line 9

def evidence
  @evidence
end

#fileObject (readonly)

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



9
10
11
# File 'lib/ask/agent/meta_agent.rb', line 9

def file
  @file
end

#issueObject (readonly)

Returns the value of attribute issue

Returns:

  • (Object)

    the current value of issue



9
10
11
# File 'lib/ask/agent/meta_agent.rb', line 9

def issue
  @issue
end

#lineObject (readonly)

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



9
10
11
# File 'lib/ask/agent/meta_agent.rb', line 9

def line
  @line
end

#meta_prObject (readonly)

Returns the value of attribute meta_pr

Returns:

  • (Object)

    the current value of meta_pr



9
10
11
# File 'lib/ask/agent/meta_agent.rb', line 9

def meta_pr
  @meta_pr
end

#recommendation_idObject (readonly)

Returns the value of attribute recommendation_id

Returns:

  • (Object)

    the current value of recommendation_id



9
10
11
# File 'lib/ask/agent/meta_agent.rb', line 9

def recommendation_id
  @recommendation_id
end

#suggested_codeObject (readonly)

Returns the value of attribute suggested_code

Returns:

  • (Object)

    the current value of suggested_code



9
10
11
# File 'lib/ask/agent/meta_agent.rb', line 9

def suggested_code
  @suggested_code
end

#suggestionObject (readonly)

Returns the value of attribute suggestion

Returns:

  • (Object)

    the current value of suggestion



9
10
11
# File 'lib/ask/agent/meta_agent.rb', line 9

def suggestion
  @suggestion
end