Class: Rafflesia::Types::RevisionPointerKind

Inherits:
Object
  • Object
show all
Defined in:
lib/rafflesia/types/revision_pointer_kind.rb

Constant Summary collapse

BRANCH =
'branch'
TAG =
'tag'
ALL =
[BRANCH, TAG].freeze