Class: Danger::DangerSarif::Warning

Inherits:
Struct
  • Object
show all
Defined in:
lib/sarif/plugin.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



23
24
25
# File 'lib/sarif/plugin.rb', line 23

def file
  @file
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



23
24
25
# File 'lib/sarif/plugin.rb', line 23

def line
  @line
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



23
24
25
# File 'lib/sarif/plugin.rb', line 23

def message
  @message
end