class Fastlane::Helper::GitlabDiffLine
Attributes
content[RW]
line[RW]
patch_position[RW]
Public Class Methods
new(ctt, nbr, ppn)
click to toggle source
# File lib/fastlane/plugin/gitlab_increate_line_notes/helper/gitlab_diff_file.rb, line 9 def initialize(ctt, nbr, ppn) @content = ctt @line = nbr @patch_position = ppn end