Class: VivlioStarter::CLI::Lint::ProseChecker::Finding

Inherits:
Data
  • Object
show all
Defined in:
lib/vivlio_starter/cli/lint/prose_checker.rb

Overview

1 件の指摘。rule は book.yml の lint.disabled_rules に書く名前と同じ。

Instance Attribute Summary collapse

Instance Attribute Details

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



44
45
46
# File 'lib/vivlio_starter/cli/lint/prose_checker.rb', line 44

def label
  @label
end

#lineObject (readonly)

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



44
45
46
# File 'lib/vivlio_starter/cli/lint/prose_checker.rb', line 44

def line
  @line
end

#ruleObject (readonly)

Returns the value of attribute rule

Returns:

  • (Object)

    the current value of rule



44
45
46
# File 'lib/vivlio_starter/cli/lint/prose_checker.rb', line 44

def rule
  @rule
end