Class: MetaCommit::Models::Line

Inherits:
Object
  • Object
show all
Defined in:
lib/meta_commit/models/line.rb

Instance Attribute Summary collapse

Instance Attribute Details

#line_originObject

Returns the value of attribute line_origin.



3
4
5
# File 'lib/meta_commit/models/line.rb', line 3

def line_origin
  @line_origin
end

#new_linenoObject

Returns the value of attribute new_lineno.



3
4
5
# File 'lib/meta_commit/models/line.rb', line 3

def new_lineno
  @new_lineno
end

#old_linenoObject

Returns the value of attribute old_lineno.



3
4
5
# File 'lib/meta_commit/models/line.rb', line 3

def old_lineno
  @old_lineno
end