Sha256: bac3bfd2de5ec38b724670b59b2c5badf325cf491c948cbef3bae8c159e583f6
Contents?: true
Size: 549 Bytes
Versions: 10
Compression:
Stored size: 549 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module PlexRubySDK module Operations POST_USERS_SIGN_IN_DATA_AUTHENTICATION_RESPONSE_STATUS_SERVERS = [ 'https://plex.tv/api/v2' ].freeze # PostUsersSignInDataAuthenticationResponseStatus - String representation of subscriptionActive class PostUsersSignInDataAuthenticationResponseStatus < T::Enum enums do INACTIVE = new('Inactive') ACTIVE = new('Active') end end end end
Version data entries
10 entries across 10 versions & 1 rubygems