Module: Ufebs::Fields::Header

Class Method Summary collapse

Class Method Details

.included(content) ⇒ Object



4
5
6
7
8
9
# File 'lib/ufebs/fields/header.rb', line 4

def self.included(content)
  content.attribute :number, String, tag: 'EDNo'
  content.attribute :ed_date, String, tag: 'EDDate'
  content.attribute :ed_author, String, tag: 'EDAuthor'
  content.attribute :ed_receiver, String, tag: 'EDReceiver'
end