Class: Bugwatch::Diff::Content

Inherits:
Struct
  • Object
show all
Defined in:
lib/bugwatch/diff.rb

Instance Attribute Summary collapse

Instance Attribute Details

#a_blobObject

Returns the value of attribute a_blob

Returns:

  • (Object)

    the current value of a_blob



37
38
39
# File 'lib/bugwatch/diff.rb', line 37

def a_blob
  @a_blob
end

#b_blobObject

Returns the value of attribute b_blob

Returns:

  • (Object)

    the current value of b_blob



37
38
39
# File 'lib/bugwatch/diff.rb', line 37

def b_blob
  @b_blob
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



37
38
39
# File 'lib/bugwatch/diff.rb', line 37

def path
  @path
end