Class: Relaton::Bib::ItemBase
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Relaton::Bib::ItemBase
- 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
-
#type ⇒ Object
Returns the value of attribute type.
Method Summary
Methods included from NamespaceHelper
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type.
8 9 10 |
# File 'lib/relaton/bib/model/item_base.rb', line 8 def type @type end |