Sha256: 547e8295454cf74468534567bbd3e4616972b895e40350d4b4a2a89e1aa92ba4

Contents?: true

Size: 255 Bytes

Versions: 2

Compression:

Stored size: 255 Bytes

Contents

module Metacrunch
  module Marcxml
    class Document
      class Controlfield

        attr_reader :tag
        attr_reader :value

        def initialize(tag, value)
          @tag = tag
          @value = value
        end

      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
metacrunch-marcxml-3.0.0 lib/metacrunch/marcxml/document/controlfield.rb
metacrunch-marcxml-2.0.0 lib/metacrunch/marcxml/document/controlfield.rb