Class: Vivlio::Starter::CLI::PreProcessCommands::LinkImageValidator::ImageIssue

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



38
39
40
# File 'lib/vivlio/starter/cli/pre_process/link_image_validator.rb', line 38

def filename
  @filename
end

#image_pathObject (readonly)

Returns the value of attribute image_path

Returns:

  • (Object)

    the current value of 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_typeObject (readonly)

Returns the value of attribute issue_type

Returns:

  • (Object)

    the current value of 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_numberObject (readonly)

Returns the value of attribute line_number

Returns:

  • (Object)

    the current value of line_number



38
39
40
# File 'lib/vivlio/starter/cli/pre_process/link_image_validator.rb', line 38

def line_number
  @line_number
end