Class: Typstify::Warnings::Diagnostic

Inherits:
Struct
  • Object
show all
Defined in:
lib/typstify/warnings.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



22
23
24
# File 'lib/typstify/warnings.rb', line 22

def column
  @column
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



22
23
24
# File 'lib/typstify/warnings.rb', line 22

def line
  @line
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



22
23
24
# File 'lib/typstify/warnings.rb', line 22

def message
  @message
end

#severityObject

Returns the value of attribute severity

Returns:

  • (Object)

    the current value of severity



22
23
24
# File 'lib/typstify/warnings.rb', line 22

def severity
  @severity
end