Class: Suma::LinkValidationResult
- Inherits:
-
Struct
- Object
- Struct
- Suma::LinkValidationResult
- Defined in:
- lib/suma/link_validator.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#line ⇒ Object
Returns the value of attribute line.
-
#link ⇒ Object
Returns the value of attribute link.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
7 8 9 |
# File 'lib/suma/link_validator.rb', line 7 def file @file end |
#line ⇒ Object
Returns the value of attribute line
7 8 9 |
# File 'lib/suma/link_validator.rb', line 7 def line @line end |
#link ⇒ Object
Returns the value of attribute link
7 8 9 |
# File 'lib/suma/link_validator.rb', line 7 def link @link end |
#reason ⇒ Object
Returns the value of attribute reason
7 8 9 |
# File 'lib/suma/link_validator.rb', line 7 def reason @reason end |