Class: Relaton::Bib::ItemBase

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Includes:
NamespaceHelper
Defined in:
lib/relaton/bib/model/item_base.rb

Overview

Bibliographic item used as a nested element inside Relation. Has neither id, schema_version, fetched, nor ext.

Instance Attribute Summary collapse

Method Summary

Methods included from NamespaceHelper

included

Instance Attribute Details

#typeObject

Returns the value of attribute type.



8
9
10
# File 'lib/relaton/bib/model/item_base.rb', line 8

def type
  @type
end