Class: ControlFieldImpl
- Inherits:
-
Object
- Object
- ControlFieldImpl
- Defined in:
- lib/marc4j4r.rb
Instance Method Summary
- - (Object) to_s Pretty-print.
- - (Object) value
Instance Method Details
- (Object) to_s
Pretty-print
244 245 246 |
# File 'lib/marc4j4r.rb', line 244 def to_s return self.tag + " " + self.value end |
- (Object) value
237 238 239 |
# File 'lib/marc4j4r.rb', line 237 def value return self.data end |