Class: Suma::LinkValidationResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/suma/link_validator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



7
8
9
# File 'lib/suma/link_validator.rb', line 7

def file
  @file
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



7
8
9
# File 'lib/suma/link_validator.rb', line 7

def line
  @line
end

Returns the value of attribute link

Returns:

  • (Object)

    the current value of link



7
8
9
# File 'lib/suma/link_validator.rb', line 7

def link
  @link
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



7
8
9
# File 'lib/suma/link_validator.rb', line 7

def reason
  @reason
end