Sha256: caa643fa8707b8f0c0866a9fe4d3b784f1d518f8ac7cb6e5106a0f2e5a4a8d2f
Contents?: true
Size: 367 Bytes
Versions: 1
Compression:
Stored size: 367 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module DingSDK module Shared # DeviceType - The type of device the user is using. class DeviceType < T::Enum enums do IOS = new('IOS') ANDROID = new('ANDROID') WEB = new('WEB') end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ding_sdk-0.8.12 | lib/ding_sdk/models/shared/device_type.rb |