class Jinx::Asset
- Jinx::Asset
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
asset.crConstant Summary
-
KNOWN_ENGINES =
["lich.rb"] of ::String
Constructors
Instance Method Summary
- #_fetch_last_commit(file)
- #author : String | Nil
- #author=(author : String | Nil)
- #file : String
- #file=(file : String)
- #handle_engine(file)
- #header : String | Nil
- #header=(header : String | Nil)
- #headers(build : Build, file : String, source : String)
- #last_commit : Int32 | Int64
- #last_commit=(last_commit : Int32 | Int64)
- #md5 : String
- #md5=(md5 : String)
- #tags : Array(String)
- #tags=(tags : Array(String))
- #type : String
- #type=(type : String)
- #url_for(file : String)
- #version : String | Nil
- #version=(version : String | Nil)