Class: Vivlio::Starter::CLI::TextlintFormatter::LintEntry

Inherits:
Data
  • Object
show all
Defined in:
lib/vivlio/starter/cli/textlint_formatter.rb

Overview

パース済みエラーエントリ

Instance Attribute Summary collapse

Instance Attribute Details

#detailsObject (readonly)

Returns the value of attribute details

Returns:

  • (Object)

    the current value of details



29
30
31
# File 'lib/vivlio/starter/cli/textlint_formatter.rb', line 29

def details
  @details
end

#fixableObject (readonly)

Returns the value of attribute fixable

Returns:

  • (Object)

    the current value of fixable



29
30
31
# File 'lib/vivlio/starter/cli/textlint_formatter.rb', line 29

def fixable
  @fixable
end

#lineObject (readonly)

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



29
30
31
# File 'lib/vivlio/starter/cli/textlint_formatter.rb', line 29

def line
  @line
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



29
30
31
# File 'lib/vivlio/starter/cli/textlint_formatter.rb', line 29

def message
  @message
end

#ruleObject (readonly)

Returns the value of attribute rule

Returns:

  • (Object)

    the current value of rule



29
30
31
# File 'lib/vivlio/starter/cli/textlint_formatter.rb', line 29

def rule
  @rule
end