Sha256: b6718ed21715cb2bd12df080715b0c8bc9a10ab5fa2e8c77743a5a77ce0c2d35

Contents?: true

Size: 335 Bytes

Versions: 4

Compression:

Stored size: 335 Bytes

Contents

# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module StackOne
  module Shared
  
    # NoteValue - The visibility of the notes.
    class NoteValue < T::Enum
      enums do
        PRIVATE = new('private')
        PUBLIC = new('public')
      end
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
stackone_client-0.2.37 lib/stack_one/models/shared/note_value.rb
stackone_client-0.2.36 lib/stack_one/models/shared/note_value.rb
stackone_client-0.2.35 lib/stack_one/models/shared/note_value.rb
stackone_client-0.2.34 lib/stack_one/models/shared/note_value.rb