Class: Danger::RequestSources::GitHub::DiffLineReference

Inherits:
Struct
  • Object
show all
Defined in:
lib/danger/request_sources/github/github.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



17
18
19
# File 'lib/danger/request_sources/github/github.rb', line 17

def file
  @file
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



17
18
19
# File 'lib/danger/request_sources/github/github.rb', line 17

def line
  @line
end