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