Class: Ezid::Metadata::Element Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/ezid/metadata.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

A metadata element

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



38
39
40
# File 'lib/ezid/metadata.rb', line 38

def name
  @name
end

#readerObject

Returns the value of attribute reader

Returns:

  • (Object)

    the current value of reader



38
39
40
# File 'lib/ezid/metadata.rb', line 38

def reader
  @reader
end

#writerObject

Returns the value of attribute writer

Returns:

  • (Object)

    the current value of writer



38
39
40
# File 'lib/ezid/metadata.rb', line 38

def writer
  @writer
end