Class: CandidApiClient::Commons::Types::Primitive

Inherits:
Object
  • Object
show all
Defined in:
lib/candidhealth/commons/types/primitive.rb

Overview

The BOOLEAN and STRING primitives respectively map to the ‘boolean` and `string`

JSON data types.
The DOUBLE and INTEGER primitives must be written as a JSON `number` type.

Constant Summary collapse

BOOLEAN =
"BOOLEAN"
DOUBLE =
"DOUBLE"
INTEGER =
"INTEGER"
STRING =
"STRING"