2017-04-13 13:04:29 -04:00
|
|
|
module BlobViewer
|
|
|
|
class Download < Base
|
|
|
|
include Simple
|
2017-05-12 15:43:06 -04:00
|
|
|
include Static
|
2017-04-13 13:04:29 -04:00
|
|
|
|
|
|
|
self.partial_name = 'download'
|
2017-04-24 13:51:56 -04:00
|
|
|
self.binary = true
|
2017-04-13 13:04:29 -04:00
|
|
|
end
|
|
|
|
end
|