struct B2::FileDownloadMetadata

Defined in:

b2/mappings.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(id : String, name : String, sha1 : String, file_info : Hash(String, String)) #

[View source]

Class Method Detail

def self.from_headers(headers) #

[View source]

Instance Method Detail

def file_info : Hash(String, String) #

[View source]
def id : String #

[View source]
def name : String #

[View source]
def sha1 : String #

[View source]