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.
1892 |
# File 'sig/types.rbs', line 1892
def initialize: (?added: Array[ArchiveEntry], ?removed: Array[ArchiveEntry], ?changed: Array[EmbeddedDiff]) -> void
|
Instance Attribute Details
#added ⇒ Array[ArchiveEntry]?
Returns the value of attribute added.
1888 1889 1890 |
# File 'sig/types.rbs', line 1888 def added @added end |
#changed ⇒ Array[EmbeddedDiff]?
Returns the value of attribute changed.
1890 1891 1892 |
# File 'sig/types.rbs', line 1890 def changed @changed end |
#removed ⇒ Array[ArchiveEntry]?
Returns the value of attribute removed.
1889 1890 1891 |
# File 'sig/types.rbs', line 1889 def removed @removed end |