Class: Danger::RequestSources::GitHub::DiffLineReference
- Inherits:
-
Struct
- Object
- Struct
- Danger::RequestSources::GitHub::DiffLineReference
- Defined in:
- lib/danger/request_sources/github/github.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#line ⇒ Object
Returns the value of attribute line.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
17 18 19 |
# File 'lib/danger/request_sources/github/github.rb', line 17 def file @file end |
#line ⇒ Object
Returns the value of attribute line
17 18 19 |
# File 'lib/danger/request_sources/github/github.rb', line 17 def line @line end |