class Moab::VersionMetadataEntry

The descriptive attributes of a digital object version.

Data Model

@note Copyright © 2012 by The Board of Trustees of the Leland Stanford Junior University.

All rights reserved.  See {file:LICENSE.rdoc} for details.

Public Class Methods

new(opts = {}) click to toggle source

(see Serializable#initialize)

Calls superclass method Serializer::Serializable::new
# File lib/moab/version_metadata_entry.rb, line 20
def initialize(opts = {})
  @events = []
  super(opts)
end