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.
1782 |
# File 'sig/types.rbs', line 1782
def initialize: (path: String, diff: ExtractionDiff) -> void
|
Instance Attribute Details
#diff ⇒ ExtractionDiff (readonly)
Returns the value of attribute diff.
1780 1781 1782 |
# File 'sig/types.rbs', line 1780 def diff @diff end |
#path ⇒ String (readonly)
Returns the value of attribute path.
1779 1780 1781 |
# File 'sig/types.rbs', line 1779 def path @path end |