class Jinx::Asset

Included Modules

Defined in:

asset.cr

Constant Summary

KNOWN_ENGINES = ["lich.rb"] of ::String

Constructors

Instance Method Summary

Constructor Detail

def self.new(build : Build, file : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def _fetch_last_commit(file) #

[View source]
def author : String | Nil #

[View source]
def author=(author : String | Nil) #

[View source]
def file : String #

[View source]
def file=(file : String) #

[View source]
def handle_engine(file) #

[View source]
def header : String | Nil #

[View source]
def header=(header : String | Nil) #

[View source]
def headers(build : Build, file : String, source : String) #

[View source]
def last_commit : Int32 | Int64 #

[View source]
def last_commit=(last_commit : Int32 | Int64) #

[View source]
def md5 : String #

[View source]
def md5=(md5 : String) #

[View source]
def tags : Array(String) #

[View source]
def tags=(tags : Array(String)) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]
def url_for(file : String) #

[View source]
def version : String | Nil #

[View source]
def version=(version : String | Nil) #

[View source]