Class: Xberg::EmbeddedChanges
- Inherits:
-
Object
- Object
- Xberg::EmbeddedChanges
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#added ⇒ Array[ArchiveEntry]
readonly
Returns the value of attribute added.
-
#changed ⇒ Array[EmbeddedDiff]
readonly
Returns the value of attribute changed.
-
#removed ⇒ Array[ArchiveEntry]
readonly
Returns the value of attribute removed.
Instance Method Summary collapse
-
#initialize ⇒ EmbeddedChanges
constructor
A new instance of EmbeddedChanges.
Constructor Details
#initialize ⇒ EmbeddedChanges
Returns a new instance of EmbeddedChanges.
750 |
# File 'sig/types.rbs', line 750 def initialize: (?added: Array[ArchiveEntry], ?removed: Array[ArchiveEntry], ?changed: Array[EmbeddedDiff]) -> void |
Instance Attribute Details
#added ⇒ Array[ArchiveEntry] (readonly)
Returns the value of attribute added.
746 747 748 |
# File 'sig/types.rbs', line 746 def added @added end |
#changed ⇒ Array[EmbeddedDiff] (readonly)
Returns the value of attribute changed.
748 749 750 |
# File 'sig/types.rbs', line 748 def changed @changed end |
#removed ⇒ Array[ArchiveEntry] (readonly)
Returns the value of attribute removed.
747 748 749 |
# File 'sig/types.rbs', line 747 def removed @removed end |