Class: VivlioStarter::CLI::PreProcessCommands::IssueRegistry::Issue
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::PreProcessCommands::IssueRegistry::Issue
- Defined in:
- lib/vivlio_starter/cli/pre_process/issue_registry.rb
Overview
単一の指摘。 chapter は章 basename("21-images")。章に紐付かない横断的な指摘は nil。 severity は :error / :warn、category は :image / :link / :code_include / :cross_reference / :query_stream / :guard など発生源の種別。
Instance Attribute Summary collapse
-
#category ⇒ Object
readonly
Returns the value of attribute category.
-
#chapter ⇒ Object
readonly
Returns the value of attribute chapter.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#severity ⇒ Object
readonly
Returns the value of attribute severity.
Instance Attribute Details
#category ⇒ Object (readonly)
Returns the value of attribute category
29 30 31 |
# File 'lib/vivlio_starter/cli/pre_process/issue_registry.rb', line 29 def category @category end |
#chapter ⇒ Object (readonly)
Returns the value of attribute chapter
29 30 31 |
# File 'lib/vivlio_starter/cli/pre_process/issue_registry.rb', line 29 def chapter @chapter end |
#line ⇒ Object (readonly)
Returns the value of attribute line
29 30 31 |
# File 'lib/vivlio_starter/cli/pre_process/issue_registry.rb', line 29 def line @line end |
#message ⇒ Object (readonly)
Returns the value of attribute message
29 30 31 |
# File 'lib/vivlio_starter/cli/pre_process/issue_registry.rb', line 29 def @message end |
#severity ⇒ Object (readonly)
Returns the value of attribute severity
29 30 31 |
# File 'lib/vivlio_starter/cli/pre_process/issue_registry.rb', line 29 def severity @severity end |