Class: VivlioStarter::CLI::Lint::ProseChecker::Finding
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::Lint::ProseChecker::Finding
- Defined in:
- lib/vivlio_starter/cli/lint/prose_checker.rb
Overview
1 件の指摘。rule は book.yml の lint.disabled_rules に書く名前と同じ。
Instance Attribute Summary collapse
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
-
#rule ⇒ Object
readonly
Returns the value of attribute rule.
Instance Attribute Details
#label ⇒ Object (readonly)
Returns the value of attribute label
44 45 46 |
# File 'lib/vivlio_starter/cli/lint/prose_checker.rb', line 44 def label @label end |
#line ⇒ Object (readonly)
Returns the value of attribute line
44 45 46 |
# File 'lib/vivlio_starter/cli/lint/prose_checker.rb', line 44 def line @line end |
#rule ⇒ Object (readonly)
Returns the value of attribute rule
44 45 46 |
# File 'lib/vivlio_starter/cli/lint/prose_checker.rb', line 44 def rule @rule end |