Class: PaperTrailDiff::ScopedRootSelection::Result
- Inherits:
-
Object
- Object
- PaperTrailDiff::ScopedRootSelection::Result
- Defined in:
- lib/paper_trail_diff/scoped_root_selection.rb,
sig/generated/paper_trail_diff/scoped_root_selection.rbs
Overview
A plain class rather than Data.define, which arrived in Ruby 3.2 while this gem supports 3.1.
Instance Attribute Summary collapse
- #records ⇒ Array[untyped] readonly
- #unreachable ⇒ Array[Array[String]] readonly
Instance Method Summary collapse
-
#initialize(records:, unreachable:) ⇒ Result
constructor
: (records: Array, unreachable: Array[Array[String]]) -> void.
Constructor Details
Instance Attribute Details
#records ⇒ Array[untyped] (readonly)
32 33 34 |
# File 'lib/paper_trail_diff/scoped_root_selection.rb', line 32 def records @records end |
#unreachable ⇒ Array[Array[String]] (readonly)
33 34 35 |
# File 'lib/paper_trail_diff/scoped_root_selection.rb', line 33 def unreachable @unreachable end |