Class: Xberg::EmbeddedChanges

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeEmbeddedChanges

Returns a new instance of EmbeddedChanges.

Parameters:



750
# File 'sig/types.rbs', line 750

def initialize: (?added: Array[ArchiveEntry], ?removed: Array[ArchiveEntry], ?changed: Array[EmbeddedDiff]) -> void

Instance Attribute Details

#addedArray[ArchiveEntry] (readonly)

Returns the value of attribute added.

Returns:



746
747
748
# File 'sig/types.rbs', line 746

def added
  @added
end

#changedArray[EmbeddedDiff] (readonly)

Returns the value of attribute changed.

Returns:



748
749
750
# File 'sig/types.rbs', line 748

def changed
  @changed
end

#removedArray[ArchiveEntry] (readonly)

Returns the value of attribute removed.

Returns:



747
748
749
# File 'sig/types.rbs', line 747

def removed
  @removed
end