Class: Courier::Users::Tokens::PatchOp
- Inherits:
-
Object
- Object
- Courier::Users::Tokens::PatchOp
- Defined in:
- lib/trycourier/users/tokens/types/patch_op.rb
Constant Summary collapse
- REPLACE =
"replace"
- ADD =
"add"
- REMOVE =
"remove"
- COPY =
"copy"
- MOVE =
"move"
- TEST =
"test"