Class: Moab::VersionMetadataEvent
- Inherits:
-
Serializable
- Object
- Serializable
- Moab::VersionMetadataEvent
- Includes:
- HappyMapper
- Defined in:
- lib/moab/version_metadata_event.rb
Overview
Note:
Copyright © 2012 by The Board of Trustees of the Leland Stanford Junior University. All rights reserved. See LICENSE for details.
A container element to record object version lifecycle events with timestamps
Data Model
-
VersionMetadata = descriptive information about a digital object’s versions
-
VersionMetadataEntry [1..*] = attributes of a digital object version
-
VersionMetadataEvent [1..*] = object version lifecycle events with timestamps
-
-
Instance Attribute Summary collapse
-
#datetime ⇒ Time
The date and time of an event.
-
#type ⇒ String
The type of event.
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ VersionMetadataEvent
constructor
A new instance of VersionMetadataEvent.
Constructor Details
#initialize(opts = {}) ⇒ VersionMetadataEvent
Returns a new instance of VersionMetadataEvent.
24 25 26 |
# File 'lib/moab/version_metadata_event.rb', line 24 def initialize(opts={}) super(opts) end |