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