Module: Secret::SchemaAttributeType

Defined in:
(unknown)

Constant Summary collapse

STRING =

a utf-8 string attribute

0 or :string
INTEGER =

an integer attribute, stored as a decimal

1 or :integer
BOOLEAN =

a boolean attribute, stored as 'true' or 'false'

2 or :boolean