Class: Vivlio::Starter::CLI::PreProcessCommands::LinkImageValidator::ImageIssue
- Inherits:
-
Data
- Object
- Data
- Vivlio::Starter::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
38 39 40 |
# File 'lib/vivlio/starter/cli/pre_process/link_image_validator.rb', line 38 def filename @filename end |
#image_path ⇒ Object (readonly)
Returns the value of attribute image_path
38 39 40 |
# File 'lib/vivlio/starter/cli/pre_process/link_image_validator.rb', line 38 def image_path @image_path end |
#issue_type ⇒ Object (readonly)
Returns the value of attribute issue_type
38 39 40 |
# File 'lib/vivlio/starter/cli/pre_process/link_image_validator.rb', line 38 def issue_type @issue_type end |
#line_number ⇒ Object (readonly)
Returns the value of attribute line_number
38 39 40 |
# File 'lib/vivlio/starter/cli/pre_process/link_image_validator.rb', line 38 def line_number @line_number end |