Class: Ast::Merge::DiffMapperBase::DiffParseResult
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::DiffMapperBase::DiffParseResult
- Defined in:
- lib/ast/merge/diff_mapper_base.rb
Overview
Result of parsing a diff file
Instance Attribute Summary collapse
-
#hunks ⇒ Object
Returns the value of attribute hunks.
-
#new_file ⇒ Object
Returns the value of attribute new_file.
-
#old_file ⇒ Object
Returns the value of attribute old_file.
Instance Attribute Details
#hunks ⇒ Object
Returns the value of attribute hunks
53 54 55 |
# File 'lib/ast/merge/diff_mapper_base.rb', line 53 def hunks @hunks end |
#new_file ⇒ Object
Returns the value of attribute new_file
53 54 55 |
# File 'lib/ast/merge/diff_mapper_base.rb', line 53 def new_file @new_file end |
#old_file ⇒ Object
Returns the value of attribute old_file
53 54 55 |
# File 'lib/ast/merge/diff_mapper_base.rb', line 53 def old_file @old_file end |