Class: Bugwatch::Diff::Content
- Inherits:
-
Struct
- Object
- Struct
- Bugwatch::Diff::Content
- Defined in:
- lib/bugwatch/diff.rb
Instance Attribute Summary collapse
-
#a_blob ⇒ Object
Returns the value of attribute a_blob.
-
#b_blob ⇒ Object
Returns the value of attribute b_blob.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#a_blob ⇒ Object
Returns the value of attribute a_blob
37 38 39 |
# File 'lib/bugwatch/diff.rb', line 37 def a_blob @a_blob end |
#b_blob ⇒ Object
Returns the value of attribute b_blob
37 38 39 |
# File 'lib/bugwatch/diff.rb', line 37 def b_blob @b_blob end |
#path ⇒ Object
Returns the value of attribute path
37 38 39 |
# File 'lib/bugwatch/diff.rb', line 37 def path @path end |