Sha256: ab3b5ba930c137822f7de0036a3727dc60972bfcceac6b3a93306e5162e566c7

Contents?: true

Size: 238 Bytes

Versions: 28

Compression:

Stored size: 238 Bytes

Contents

module ActiveFedora::Attributes
  class NodeConfig < ActiveTriples::NodeConfig
    def multiple?
      @multiple
    end

    def initialize(term, predicate, options={})
      super
      @multiple = options[:multiple]
    end

  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
active-fedora-9.0.8 lib/active_fedora/attributes/node_config.rb
active-fedora-9.5.0 lib/active_fedora/attributes/node_config.rb
active-fedora-9.4.3 lib/active_fedora/attributes/node_config.rb
active-fedora-9.4.2 lib/active_fedora/attributes/node_config.rb
active-fedora-9.4.1 lib/active_fedora/attributes/node_config.rb
active-fedora-9.4.0 lib/active_fedora/attributes/node_config.rb
active-fedora-9.3.0 lib/active_fedora/attributes/node_config.rb
active-fedora-9.2.1 lib/active_fedora/attributes/node_config.rb
active-fedora-9.2.0 lib/active_fedora/attributes/node_config.rb
active-fedora-9.2.0.rc2 lib/active_fedora/attributes/node_config.rb
active-fedora-9.2.0.rc1 lib/active_fedora/attributes/node_config.rb
active-fedora-9.1.2 lib/active_fedora/attributes/node_config.rb
active-fedora-9.1.1 lib/active_fedora/attributes/node_config.rb
active-fedora-9.1.0 lib/active_fedora/attributes/node_config.rb
active-fedora-9.1.0.rc1 lib/active_fedora/attributes/node_config.rb
active-fedora-9.0.6 lib/active_fedora/attributes/node_config.rb
active-fedora-9.0.5 lib/active_fedora/attributes/node_config.rb
active-fedora-9.0.4 lib/active_fedora/attributes/node_config.rb
active-fedora-9.0.3 lib/active_fedora/attributes/node_config.rb
active-fedora-9.0.2 lib/active_fedora/attributes/node_config.rb