Sha256: 540a9798a4bd0b5a8c8a0bfb61cf320ad7de0bec2d595428b9d4e6944c5b68a0
Contents?: true
Size: 573 Bytes
Versions: 13
Compression:
Stored size: 573 Bytes
Contents
# DevCycle::Variable ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **_id** | **String** | unique database id | | | **key** | **String** | Unique key by Project, can be used in the SDK / API to reference by 'key' rather than _id. | | | **type** | **String** | Variable type | | | **value** | **Object** | Variable value can be a string, number, boolean, or JSON | | ## Example ```ruby require 'devcycle-server-sdk' instance = DevCycle::Variable.new( _id: null, key: null, type: null, value: null ) ```
Version data entries
13 entries across 9 versions & 3 rubygems