Class: Gusto::CustomFields::CustomFieldType

Inherits:
Object
  • Object
show all
Defined in:
lib/fern_gusto/custom_fields/types/custom_field_type.rb

Overview

Input type for the custom field.

Constant Summary collapse

TEXT =
"text"
CURRENCY =
"currency"
NUMBER =
"number"
DATE =
"date"
RADIO =
"radio"