Class: Typstify::Warnings::Diagnostic
- Inherits:
-
Struct
- Object
- Struct
- Typstify::Warnings::Diagnostic
- Defined in:
- lib/typstify/warnings.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#line ⇒ Object
Returns the value of attribute line.
-
#message ⇒ Object
Returns the value of attribute message.
-
#severity ⇒ Object
Returns the value of attribute severity.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
22 23 24 |
# File 'lib/typstify/warnings.rb', line 22 def column @column end |
#line ⇒ Object
Returns the value of attribute line
22 23 24 |
# File 'lib/typstify/warnings.rb', line 22 def line @line end |
#message ⇒ Object
Returns the value of attribute message
22 23 24 |
# File 'lib/typstify/warnings.rb', line 22 def @message end |
#severity ⇒ Object
Returns the value of attribute severity
22 23 24 |
# File 'lib/typstify/warnings.rb', line 22 def severity @severity end |