Class: MetaCommit::Models::Line
- Inherits:
-
Object
- Object
- MetaCommit::Models::Line
- Defined in:
- lib/meta_commit/models/line.rb
Instance Attribute Summary collapse
-
#line_origin ⇒ Object
Returns the value of attribute line_origin.
-
#new_lineno ⇒ Object
Returns the value of attribute new_lineno.
-
#old_lineno ⇒ Object
Returns the value of attribute old_lineno.
Instance Attribute Details
#line_origin ⇒ Object
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_lineno ⇒ Object
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_lineno ⇒ Object
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 |