enum
Fossil::Param::PathParamTypeEnum
Overview
Enum of possible types of path parameters.
Defined in:
params.crEnum Members
-
Int =
0
-
UUID =
1
-
String =
2
Instance Method Summary
-
#int?
Returns
true
if this enum value equalsInt
-
#string?
Returns
true
if this enum value equalsString
-
#uuid?
Returns
true
if this enum value equalsUUID