Method: RMARC::Leader#to_s
- Defined in:
- lib/rmarc/model/leader.rb
#to_s ⇒ Object
Returns a string representation for a leader.
Example:
00714cam a2200205 a 4500
61 62 63 64 65 66 |
# File 'lib/rmarc/model/leader.rb', line 61 def to_s "%05d" % @record_length + "#@record_status#@record_type#@impl_defined1#@char_coding" + "#@indicator_count#@subfield_code_length" + "%05d" % @base_address + "#@impl_defined2#@entry_map" end |