struct GitLab::Project::Owner
- GitLab::Project::Owner
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
gitlab/project.crConstructors
Instance Method Summary
- #clone
- #copy_with(id _id = @id, name _name = @name, created_at _created_at = @created_at)
- #created_at : Time | Nil
- #id : UInt128
- #name : String | Nil
Constructor Detail
Instance Method Detail
def copy_with(id _id = @id, name _name = @name, created_at _created_at = @created_at)
#