struct CrystalDoc::Repo
- CrystalDoc::Repo
- Struct
- Value
- Object
Included Modules
- DB::Mappable
- DB::Serializable
- DB::Serializable::NonStrict
Defined in:
crystaldoc/objects.crConstructors
- .new(id : Int32, service : String, username : String, project_name : String, source_url : String, build_type : String = "git")
- .new(rs : DB::ResultSet)
Class Method Summary
Instance Method Summary
- #build_type : String
- #id : Int32
- #path
- #project_name : String
- #service : String
- #source_url : String
- #username : String
Constructor Detail
def self.new(id : Int32, service : String, username : String, project_name : String, source_url : String, build_type : String = "git")
#