Class: Vivlio::Starter::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



41
42
43
# File 'lib/vivlio/starter/cli/pre_process/link_image_validator.rb', line 41

def filename
  @filename
end

#issue_typeObject (readonly)

Returns the value of attribute issue_type

Returns:

  • (Object)

    the current value of issue_type



41
42
43
# File 'lib/vivlio/starter/cli/pre_process/link_image_validator.rb', line 41

def issue_type
  @issue_type
end

#line_numberObject (readonly)

Returns the value of attribute line_number

Returns:

  • (Object)

    the current value of line_number



41
42
43
# File 'lib/vivlio/starter/cli/pre_process/link_image_validator.rb', line 41

def line_number
  @line_number
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



41
42
43
# File 'lib/vivlio/starter/cli/pre_process/link_image_validator.rb', line 41

def message
  @message
end

#status_codeObject (readonly)

Returns the value of attribute status_code

Returns:

  • (Object)

    the current value of status_code



41
42
43
# File 'lib/vivlio/starter/cli/pre_process/link_image_validator.rb', line 41

def status_code
  @status_code
end

#urlObject (readonly)

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



41
42
43
# File 'lib/vivlio/starter/cli/pre_process/link_image_validator.rb', line 41

def url
  @url
end