struct CrystalDoc::Repo

Included Modules

Defined in:

crystaldoc/objects.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(id : Int32, service : String, username : String, project_name : String, source_url : String, build_type : String = "git") #

[View source]
def self.new(rs : DB::ResultSet) #

[View source]

Class Method Detail

def self.from_rs(rs : DB::ResultSet) #

[View source]

Instance Method Detail

def build_type : String #

[View source]
def id : Int32 #

[View source]
def path #

[View source]
def project_name : String #

[View source]
def service : String #

[View source]
def source_url : String #

[View source]
def username : String #

[View source]