Class: Xberg::EmbeddedChanges
- Inherits:
-
Object
- Object
- Xberg::EmbeddedChanges
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#added ⇒ Array[ArchiveEntry]?
Returns the value of attribute added.
-
#changed ⇒ Array[EmbeddedDiff]?
Returns the value of attribute changed.
-
#removed ⇒ Array[ArchiveEntry]?
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.
1764 |
# File 'sig/types.rbs', line 1764
def initialize: (?added: Array[ArchiveEntry], ?removed: Array[ArchiveEntry], ?changed: Array[EmbeddedDiff]) -> void
|
Instance Attribute Details
#added ⇒ Array[ArchiveEntry]?
Returns the value of attribute added.
1760 1761 1762 |
# File 'sig/types.rbs', line 1760 def added @added end |
#changed ⇒ Array[EmbeddedDiff]?
Returns the value of attribute changed.
1762 1763 1764 |
# File 'sig/types.rbs', line 1762 def changed @changed end |
#removed ⇒ Array[ArchiveEntry]?
Returns the value of attribute removed.
1761 1762 1763 |
# File 'sig/types.rbs', line 1761 def removed @removed end |