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



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

def confidence
  @confidence
end

#evidenceObject (readonly)

Returns the value of attribute evidence

Returns:

  • (Object)

    the current value of evidence



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

def evidence
  @evidence
end

#fileObject (readonly)

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



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

def file
  @file
end

#issueObject (readonly)

Returns the value of attribute issue

Returns:

  • (Object)

    the current value of issue



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

def issue
  @issue
end

#lineObject (readonly)

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



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

def line
  @line
end

#meta_prObject (readonly)

Returns the value of attribute meta_pr

Returns:

  • (Object)

    the current value of meta_pr



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

def meta_pr
  @meta_pr
end

#recommendation_idObject (readonly)

Returns the value of attribute recommendation_id

Returns:

  • (Object)

    the current value of recommendation_id



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

def recommendation_id
  @recommendation_id
end

#suggested_codeObject (readonly)

Returns the value of attribute suggested_code

Returns:

  • (Object)

    the current value of suggested_code



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

def suggested_code
  @suggested_code
end

#suggestionObject (readonly)

Returns the value of attribute suggestion

Returns:

  • (Object)

    the current value of suggestion



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

def suggestion
  @suggestion
end