enum Enums::SnipsInjectionKind

Overview

Type of injection supported.

Defined in:

bindings/enums.cr

Enum Members

Add = 1

Inject new data.

AddFromVanilla = 2

Remove previously injected data before adding new data.

Instance Method Summary

Instance Method Detail

def add? #

[View source]
def add_from_vanilla? #

[View source]