Class: Phronomy::GeneratorVerifier::Result
- Inherits:
-
Struct
- Object
- Struct
- Phronomy::GeneratorVerifier::Result
- Defined in:
- lib/phronomy/generator_verifier.rb
Instance Attribute Summary collapse
-
#citations ⇒ Object
Returns the value of attribute citations.
-
#confidence ⇒ Object
Returns the value of attribute confidence.
-
#iterations ⇒ Object
Returns the value of attribute iterations.
-
#output ⇒ Object
Returns the value of attribute output.
-
#review_notes ⇒ Object
Returns the value of attribute review_notes.
-
#trusted ⇒ Object
(also: #trusted?)
Returns the value of attribute trusted.
Instance Attribute Details
#citations ⇒ Object
Returns the value of attribute citations
14 15 16 |
# File 'lib/phronomy/generator_verifier.rb', line 14 def citations @citations end |
#confidence ⇒ Object
Returns the value of attribute confidence
14 15 16 |
# File 'lib/phronomy/generator_verifier.rb', line 14 def confidence @confidence end |
#iterations ⇒ Object
Returns the value of attribute iterations
14 15 16 |
# File 'lib/phronomy/generator_verifier.rb', line 14 def iterations @iterations end |
#output ⇒ Object
Returns the value of attribute output
14 15 16 |
# File 'lib/phronomy/generator_verifier.rb', line 14 def output @output end |
#review_notes ⇒ Object
Returns the value of attribute review_notes
14 15 16 |
# File 'lib/phronomy/generator_verifier.rb', line 14 def review_notes @review_notes end |
#trusted ⇒ Object Also known as: trusted?
Returns the value of attribute trusted
14 15 16 |
# File 'lib/phronomy/generator_verifier.rb', line 14 def trusted @trusted end |