Class: VivlioStarter::CLI::PreProcessCommands::LinkImageValidator::LinkIssue

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

Overview

URL 検証の単一結果

Instance Attribute Summary collapse

Instance Attribute Details

#filenameObject (readonly)

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



42
43
44
# File 'lib/vivlio_starter/cli/pre_process/link_image_validator.rb', line 42

def filename
  @filename
end

#issue_typeObject (readonly)

Returns the value of attribute issue_type

Returns:

  • (Object)

    the current value of issue_type



42
43
44
# File 'lib/vivlio_starter/cli/pre_process/link_image_validator.rb', line 42

def issue_type
  @issue_type
end

#line_numberObject (readonly)

Returns the value of attribute line_number

Returns:

  • (Object)

    the current value of line_number



42
43
44
# File 'lib/vivlio_starter/cli/pre_process/link_image_validator.rb', line 42

def line_number
  @line_number
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



42
43
44
# File 'lib/vivlio_starter/cli/pre_process/link_image_validator.rb', line 42

def message
  @message
end

#status_codeObject (readonly)

Returns the value of attribute status_code

Returns:

  • (Object)

    the current value of status_code



42
43
44
# File 'lib/vivlio_starter/cli/pre_process/link_image_validator.rb', line 42

def status_code
  @status_code
end

#urlObject (readonly)

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



42
43
44
# File 'lib/vivlio_starter/cli/pre_process/link_image_validator.rb', line 42

def url
  @url
end