class BakedFileSystem::BakedFile
- BakedFileSystem::BakedFile
- Reference
- Object
Defined in:
baked_file_system.crConstructors
Instance Method Summary
- #encoded : String
- #encoded? : String | Nil
- #mime_type : String
- #mime_type? : String | Nil
- #name : String
- #name? : String | Nil
- #path : String
- #path? : String | Nil
- #read
- #size : Int32
- #size? : Int32 | Nil
- #to_slice
Constructor Detail
def self.new(path : Nil | String, mime_type : Nil | String, size : Int32 | Nil, encoded : Nil | String)
#