Retrieve the binding value, as type GitRef
(self)
| 969 | return GeneratorGroup(_ctx) |
| 970 | |
| 971 | def as_git_ref(self) -> "GitRef": |
| 972 | """Retrieve the binding value, as type GitRef""" |
| 973 | _args: list[Arg] = [] |
| 974 | _ctx = self._select("asGitRef", _args) |
| 975 | return GitRef(_ctx) |
| 976 | |
| 977 | def as_git_repository(self) -> "GitRepository": |
| 978 | """Retrieve the binding value, as type GitRepository""" |