Sha256: 989c88a57c8e6bc3a14947e363222ab6c04939c969a1b85331b8efbe648da5b3
Contents?: true
Size: 203 Bytes
Versions: 13
Compression:
Stored size: 203 Bytes
Contents
class InlineReflection < ActiveFedora::Reflection::ClassMethods::AssociationReflection attr_reader :options def initialize opts = {} @options = opts end def collection? true end end
Version data entries
13 entries across 13 versions & 1 rubygems