class Ddr::Models::AttachedFileProfile
Public Instance Methods
attributes()
click to toggle source
# File lib/ddr/models/attached_file_profile.rb, line 7 def attributes { "size"=>nil, "mime_type"=>nil, "sha1"=>nil } end
sha1()
click to toggle source
# File lib/ddr/models/attached_file_profile.rb, line 11 def sha1 checksum.value end