Sha256: de171d7e55254280bca63da45aefbde7d56440de451a6c557ace64858440b046
Contents?: true
Size: 283 Bytes
Versions: 87
Compression:
Stored size: 283 Bytes
Contents
module ActiveFedora # Represents the mapping between a model attribute and a property class DelegatedAttribute attr_accessor :field, :multiple def initialize(field, args = {}) self.field = field self.multiple = args.fetch(:multiple, false) end end end
Version data entries
87 entries across 87 versions & 1 rubygems