Class: Danger::DangerSarif::Warning
- Inherits:
-
Struct
- Object
- Struct
- Danger::DangerSarif::Warning
- Defined in:
- lib/sarif/plugin.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#line ⇒ Object
Returns the value of attribute line.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
23 24 25 |
# File 'lib/sarif/plugin.rb', line 23 def file @file end |
#line ⇒ Object
Returns the value of attribute line
23 24 25 |
# File 'lib/sarif/plugin.rb', line 23 def line @line end |
#message ⇒ Object
Returns the value of attribute message
23 24 25 |
# File 'lib/sarif/plugin.rb', line 23 def @message end |