Class: Vivlio::Starter::CLI::PreProcessCommands::LinkImageValidator::ValidationReport
- Inherits:
-
Data
- Object
- Data
- Vivlio::Starter::CLI::PreProcessCommands::LinkImageValidator::ValidationReport
- 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_issues ⇒ Object
readonly
Returns the value of attribute image_issues.
-
#link_issues ⇒ Object
readonly
Returns the value of attribute link_issues.
Instance Attribute Details
#filename ⇒ Object (readonly)
Returns the value of attribute filename
44 45 46 |
# File 'lib/vivlio/starter/cli/pre_process/link_image_validator.rb', line 44 def filename @filename end |
#image_issues ⇒ Object (readonly)
Returns the value of attribute image_issues
44 45 46 |
# File 'lib/vivlio/starter/cli/pre_process/link_image_validator.rb', line 44 def image_issues @image_issues end |
#link_issues ⇒ Object (readonly)
Returns the value of attribute link_issues
44 45 46 |
# File 'lib/vivlio/starter/cli/pre_process/link_image_validator.rb', line 44 def link_issues @link_issues end |