Class: Ezid::Metadata::Element
- Inherits:
-
Struct
- Object
- Struct
- Ezid::Metadata::Element
- Defined in:
- lib/ezid/metadata.rb
Overview
A metadata element
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#writer ⇒ Object
Returns the value of attribute writer.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
41 42 43 |
# File 'lib/ezid/metadata.rb', line 41 def name @name end |
#writer ⇒ Object
Returns the value of attribute writer
41 42 43 |
# File 'lib/ezid/metadata.rb', line 41 def writer @writer end |