Class: Flatito::DiffParser::File
- Inherits:
-
Struct
- Object
- Struct
- Flatito::DiffParser::File
- Defined in:
- lib/flatito/diff_parser.rb
Instance Attribute Summary collapse
-
#added_lines ⇒ Object
Returns the value of attribute added_lines.
-
#after_blob ⇒ Object
Returns the value of attribute after_blob.
-
#after_path ⇒ Object
Returns the value of attribute after_path.
-
#before_blob ⇒ Object
Returns the value of attribute before_blob.
-
#before_path ⇒ Object
Returns the value of attribute before_path.
-
#deleted_file ⇒ Object
Returns the value of attribute deleted_file.
-
#hunks ⇒ Object
Returns the value of attribute hunks.
-
#new_file ⇒ Object
Returns the value of attribute new_file.
-
#path ⇒ Object
Returns the value of attribute path.
-
#removed_lines ⇒ Object
Returns the value of attribute removed_lines.
Instance Attribute Details
#added_lines ⇒ Object
Returns the value of attribute added_lines
7 8 9 |
# File 'lib/flatito/diff_parser.rb', line 7 def added_lines @added_lines end |
#after_blob ⇒ Object
Returns the value of attribute after_blob
7 8 9 |
# File 'lib/flatito/diff_parser.rb', line 7 def after_blob @after_blob end |
#after_path ⇒ Object
Returns the value of attribute after_path
7 8 9 |
# File 'lib/flatito/diff_parser.rb', line 7 def after_path @after_path end |
#before_blob ⇒ Object
Returns the value of attribute before_blob
7 8 9 |
# File 'lib/flatito/diff_parser.rb', line 7 def before_blob @before_blob end |
#before_path ⇒ Object
Returns the value of attribute before_path
7 8 9 |
# File 'lib/flatito/diff_parser.rb', line 7 def before_path @before_path end |
#deleted_file ⇒ Object
Returns the value of attribute deleted_file
7 8 9 |
# File 'lib/flatito/diff_parser.rb', line 7 def deleted_file @deleted_file end |
#hunks ⇒ Object
Returns the value of attribute hunks
7 8 9 |
# File 'lib/flatito/diff_parser.rb', line 7 def hunks @hunks end |
#new_file ⇒ Object
Returns the value of attribute new_file
7 8 9 |
# File 'lib/flatito/diff_parser.rb', line 7 def new_file @new_file end |
#path ⇒ Object
Returns the value of attribute path
7 8 9 |
# File 'lib/flatito/diff_parser.rb', line 7 def path @path end |
#removed_lines ⇒ Object
Returns the value of attribute removed_lines
7 8 9 |
# File 'lib/flatito/diff_parser.rb', line 7 def removed_lines @removed_lines end |