struct Grits::TagInfo
- Grits::TagInfo
- Struct
- Value
- Object
Defined in:
grits/mixins/repository/tag.crConstructors
Instance Method Summary
- #annotated?
- #as_commit(&block : Commit -> )
- #as_tag(&block : Tag -> )
- #as_tree(&block : Tree -> )
- #lightweight?
- #name : String
- #oid : Grits::Oid
- #repo : Grits::Repo
- #resolve(&block : Tag | Commit | Tree -> )
- #tree?
- #valid?