Class: Vivlio::Starter::CLI::TextlintFormatter::LintEntry
- Inherits:
-
Data
- Object
- Data
- Vivlio::Starter::CLI::TextlintFormatter::LintEntry
- Defined in:
- lib/vivlio/starter/cli/textlint_formatter.rb
Overview
パース済みエラーエントリ
Instance Attribute Summary collapse
-
#details ⇒ Object
readonly
Returns the value of attribute details.
-
#fixable ⇒ Object
readonly
Returns the value of attribute fixable.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#rule ⇒ Object
readonly
Returns the value of attribute rule.
Instance Attribute Details
#details ⇒ Object (readonly)
Returns the value of attribute details
29 30 31 |
# File 'lib/vivlio/starter/cli/textlint_formatter.rb', line 29 def details @details end |
#fixable ⇒ Object (readonly)
Returns the value of attribute fixable
29 30 31 |
# File 'lib/vivlio/starter/cli/textlint_formatter.rb', line 29 def fixable @fixable end |
#line ⇒ Object (readonly)
Returns the value of attribute line
29 30 31 |
# File 'lib/vivlio/starter/cli/textlint_formatter.rb', line 29 def line @line end |
#message ⇒ Object (readonly)
Returns the value of attribute message
29 30 31 |
# File 'lib/vivlio/starter/cli/textlint_formatter.rb', line 29 def @message end |
#rule ⇒ Object (readonly)
Returns the value of attribute rule
29 30 31 |
# File 'lib/vivlio/starter/cli/textlint_formatter.rb', line 29 def rule @rule end |