Class: Vivlio::Starter::CLI::PreProcessCommands::LinkImageValidator::LinkIssue
- Inherits:
-
Data
- Object
- Data
- Vivlio::Starter::CLI::PreProcessCommands::LinkImageValidator::LinkIssue
- Defined in:
- lib/vivlio/starter/cli/pre_process/link_image_validator.rb
Overview
URL 検証の単一結果
Instance Attribute Summary collapse
-
#filename ⇒ Object
readonly
Returns the value of attribute filename.
-
#issue_type ⇒ Object
readonly
Returns the value of attribute issue_type.
-
#line_number ⇒ Object
readonly
Returns the value of attribute line_number.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#status_code ⇒ Object
readonly
Returns the value of attribute status_code.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Attribute Details
#filename ⇒ Object (readonly)
Returns the value of attribute filename
41 42 43 |
# File 'lib/vivlio/starter/cli/pre_process/link_image_validator.rb', line 41 def filename @filename end |
#issue_type ⇒ Object (readonly)
Returns the value of attribute 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_number ⇒ Object (readonly)
Returns the value of attribute line_number
41 42 43 |
# File 'lib/vivlio/starter/cli/pre_process/link_image_validator.rb', line 41 def line_number @line_number end |
#message ⇒ Object (readonly)
Returns the value of attribute message
41 42 43 |
# File 'lib/vivlio/starter/cli/pre_process/link_image_validator.rb', line 41 def @message end |
#status_code ⇒ Object (readonly)
Returns the value of attribute status_code
41 42 43 |
# File 'lib/vivlio/starter/cli/pre_process/link_image_validator.rb', line 41 def status_code @status_code end |
#url ⇒ Object (readonly)
Returns the value of attribute url
41 42 43 |
# File 'lib/vivlio/starter/cli/pre_process/link_image_validator.rb', line 41 def url @url end |