Sha256: 9e34ff76f06635f21475edef5cfe109ed479eb170725036e4f6b84a6b937b3d7
Contents?: true
Size: 286 Bytes
Versions: 97
Compression:
Stored size: 286 Bytes
Contents
module NFO class FileDataObject < ORE::Proxy include NIE::InformationElement include NFO::Common def initialize(proxy_for_uri, context_uri, *args) super(proxy_for_uri, context_uri, *args) self.get_values(:type) << RDF::NFO[:"#FileDataObject"] end end end
Version data entries
97 entries across 97 versions & 2 rubygems