ArchiveObject.getAttribute

Gets an attribute by name.

class ArchiveObject
getAttribute

Parameters

name string

The name of the attribute.

default_ ArchiveValue

The value to return if no attribute with name exists.

Return Value

Either the attribute called name, or default_.

Meta