Class: Xberg::EmbeddedDiff
- Inherits:
-
Object
- Object
- Xberg::EmbeddedDiff
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#diff ⇒ ExtractionDiff
readonly
Returns the value of attribute diff.
-
#path ⇒ String
readonly
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize ⇒ EmbeddedDiff
constructor
A new instance of EmbeddedDiff.
Constructor Details
#initialize ⇒ EmbeddedDiff
Returns a new instance of EmbeddedDiff.
1862 |
# File 'sig/types.rbs', line 1862
def initialize: (path: String, diff: ExtractionDiff) -> void
|
Instance Attribute Details
#diff ⇒ ExtractionDiff (readonly)
Returns the value of attribute diff.
1860 1861 1862 |
# File 'sig/types.rbs', line 1860 def diff @diff end |
#path ⇒ String (readonly)
Returns the value of attribute path.
1859 1860 1861 |
# File 'sig/types.rbs', line 1859 def path @path end |