Index (R)
»
Rafflesia
»
Types
»
RevisionPointerKind
Class: Rafflesia::Types::RevisionPointerKind
Inherits:
Object
Object
Rafflesia::Types::RevisionPointerKind
show all
Defined in:
lib/rafflesia/types/revision_pointer_kind.rb
Constant Summary
collapse
BRANCH =
'
branch
'
TAG =
'
tag
'
ALL =
[
BRANCH
,
TAG
]
.
freeze