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