Class: Gem::Skill::Verifier::Result

Inherits:
Data
  • Object
show all
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

Instance Method Summary collapse

Instance Attribute Details

#changedObject (readonly)

Returns the value of attribute changed

Returns:

  • (Object)

    the current value of changed



67
68
69
# File 'lib/gem/skill/verifier.rb', line 67

def changed
  @changed
end

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



67
68
69
# File 'lib/gem/skill/verifier.rb', line 67

def content
  @content
end

#modelObject (readonly)

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



67
68
69
# File 'lib/gem/skill/verifier.rb', line 67

def model
  @model
end

#verifiableObject (readonly)

Returns the value of attribute verifiable

Returns:

  • (Object)

    the current value of verifiable



67
68
69
# File 'lib/gem/skill/verifier.rb', line 67

def verifiable
  @verifiable
end

Instance Method Details

#changed?Boolean

Returns:

  • (Boolean)


68
# File 'lib/gem/skill/verifier.rb', line 68

def changed? = changed