Class MARC::Subfield
In: lib/marc/subfield.rb
Parent: Object

A class that represents an individual subfield within a DataField. Accessor attributes include: code (letter subfield code) and value (the content of the subfield). Both can be empty string, but should not be set to nil.

Methods

==   new   to_s  

Attributes

code  [RW] 
value  [RW] 

Public Class methods

Public Instance methods

[Validate]