Class: Vivlio::Starter::CLI::PreProcessCommands::LinkImageValidator::ValidationReport

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

Overview

ファイル単位の検証結果

Instance Attribute Summary collapse

Instance Attribute Details

#filenameObject (readonly)

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



44
45
46
# File 'lib/vivlio/starter/cli/pre_process/link_image_validator.rb', line 44

def filename
  @filename
end

#image_issuesObject (readonly)

Returns the value of attribute image_issues

Returns:

  • (Object)

    the current value of image_issues



44
45
46
# File 'lib/vivlio/starter/cli/pre_process/link_image_validator.rb', line 44

def image_issues
  @image_issues
end

Returns the value of attribute link_issues

Returns:

  • (Object)

    the current value of link_issues



44
45
46
# File 'lib/vivlio/starter/cli/pre_process/link_image_validator.rb', line 44

def link_issues
  @link_issues
end