ArchiveObject.expectAttribute

Helper function to get a attribute, or throw an exception if the attribute doesn't exist.

class ArchiveObject
final
expectAttribute
(
string name
)

Parameters

name string

The name of the attribute to get.

Return Value

The attribute.

Meta