Class: VivlioStarter::CLI::PreProcessCommands::LinkImageValidator::ImageIssue
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::PreProcessCommands::LinkImageValidator::ImageIssue
- Defined in:
- lib/vivlio_starter/cli/pre_process/link_image_validator.rb
Overview
画像検証の単一結果
Instance Attribute Summary collapse
-
#filename ⇒ Object
readonly
Returns the value of attribute filename.
-
#image_path ⇒ Object
readonly
Returns the value of attribute image_path.
-
#issue_type ⇒ Object
readonly
Returns the value of attribute issue_type.
-
#line_number ⇒ Object
readonly
Returns the value of attribute line_number.
Instance Attribute Details
#filename ⇒ Object (readonly)
Returns the value of attribute filename
39 40 41 |
# File 'lib/vivlio_starter/cli/pre_process/link_image_validator.rb', line 39 def filename @filename end |
#image_path ⇒ Object (readonly)
Returns the value of attribute image_path
39 40 41 |
# File 'lib/vivlio_starter/cli/pre_process/link_image_validator.rb', line 39 def image_path @image_path end |
#issue_type ⇒ Object (readonly)
Returns the value of attribute issue_type
39 40 41 |
# File 'lib/vivlio_starter/cli/pre_process/link_image_validator.rb', line 39 def issue_type @issue_type end |
#line_number ⇒ Object (readonly)
Returns the value of attribute line_number
39 40 41 |
# File 'lib/vivlio_starter/cli/pre_process/link_image_validator.rb', line 39 def line_number @line_number end |