Class: Xberg::EmbeddedDiff

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeEmbeddedDiff

Returns a new instance of EmbeddedDiff.

Parameters:



1771
# File 'sig/types.rbs', line 1771

def initialize: (path: String, diff: ExtractionDiff) -> void

Instance Attribute Details

#diffExtractionDiff (readonly)

Returns the value of attribute diff.

Returns:



1769
1770
1771
# File 'sig/types.rbs', line 1769

def diff
  @diff
end

#pathString (readonly)

Returns the value of attribute path.

Returns:

  • (String)


1768
1769
1770
# File 'sig/types.rbs', line 1768

def path
  @path
end