Sha256: fb28f03b69924aada6a5014d97a41bec32c04546388b2279d6d706f351e26cf0
Contents?: true
Size: 382 Bytes
Versions: 12
Compression:
Stored size: 382 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared # ContentBlockValue - The Status of the content blocks. class ContentBlockValue < T::Enum enums do DRAFT = new('draft') LIVE = new('live') ARCHIVED = new('archived') end end end end
Version data entries
12 entries across 12 versions & 1 rubygems