Class: Gem::Skill::Verifier::Result
- Inherits:
-
Data
- Object
- Data
- Gem::Skill::Verifier::Result
- Defined in:
- lib/gem/skill/verifier.rb
Overview
content: the (possibly corrected) skill markdown changed: true iff content differs from the original (diff-based) verifiable: false when no source was available to check against model: the model used for verification
Instance Attribute Summary collapse
-
#changed ⇒ Object
readonly
Returns the value of attribute changed.
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#model ⇒ Object
readonly
Returns the value of attribute model.
-
#verifiable ⇒ Object
readonly
Returns the value of attribute verifiable.
Instance Method Summary collapse
Instance Attribute Details
#changed ⇒ Object (readonly)
Returns the value of attribute changed
67 68 69 |
# File 'lib/gem/skill/verifier.rb', line 67 def changed @changed end |
#content ⇒ Object (readonly)
Returns the value of attribute content
67 68 69 |
# File 'lib/gem/skill/verifier.rb', line 67 def content @content end |
#model ⇒ Object (readonly)
Returns the value of attribute model
67 68 69 |
# File 'lib/gem/skill/verifier.rb', line 67 def model @model end |
#verifiable ⇒ Object (readonly)
Returns the value of attribute verifiable
67 68 69 |
# File 'lib/gem/skill/verifier.rb', line 67 def verifiable @verifiable end |
Instance Method Details
#changed? ⇒ Boolean
68 |
# File 'lib/gem/skill/verifier.rb', line 68 def changed? = changed |