Class: Phronomy::GeneratorVerifier::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/phronomy/generator_verifier.rb

Instance Attribute Summary collapse

Instance Attribute Details

#citationsObject

Returns the value of attribute citations

Returns:

  • (Object)

    the current value of citations



14
15
16
# File 'lib/phronomy/generator_verifier.rb', line 14

def citations
  @citations
end

#confidenceObject

Returns the value of attribute confidence

Returns:

  • (Object)

    the current value of confidence



14
15
16
# File 'lib/phronomy/generator_verifier.rb', line 14

def confidence
  @confidence
end

#iterationsObject

Returns the value of attribute iterations

Returns:

  • (Object)

    the current value of iterations



14
15
16
# File 'lib/phronomy/generator_verifier.rb', line 14

def iterations
  @iterations
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



14
15
16
# File 'lib/phronomy/generator_verifier.rb', line 14

def output
  @output
end

#review_notesObject

Returns the value of attribute review_notes

Returns:

  • (Object)

    the current value of review_notes



14
15
16
# File 'lib/phronomy/generator_verifier.rb', line 14

def review_notes
  @review_notes
end

#trustedObject Also known as: trusted?

Returns the value of attribute trusted

Returns:

  • (Object)

    the current value of trusted



14
15
16
# File 'lib/phronomy/generator_verifier.rb', line 14

def trusted
  @trusted
end