Class: Kettle::Dev::MarkdownReferenceValidator::Issue

Inherits:
Struct
  • Object
show all
Defined in:
lib/kettle/dev/markdown_reference_validator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



15
16
17
# File 'lib/kettle/dev/markdown_reference_validator.rb', line 15

def line
  @line
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



15
16
17
# File 'lib/kettle/dev/markdown_reference_validator.rb', line 15

def message
  @message
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



15
16
17
# File 'lib/kettle/dev/markdown_reference_validator.rb', line 15

def path
  @path
end