plex_ruby_sdk 0.8.1 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/crystalline/metadata_fields.rb +33 -0
- data/lib/crystalline/t.rb +21 -2
- data/lib/crystalline/utils.rb +29 -13
- data/lib/plex_ruby_sdk/activities.rb +2 -2
- data/lib/plex_ruby_sdk/authentication.rb +4 -4
- data/lib/plex_ruby_sdk/butler.rb +5 -5
- data/lib/plex_ruby_sdk/hubs.rb +3 -3
- data/lib/plex_ruby_sdk/library.rb +20 -20
- data/lib/plex_ruby_sdk/log.rb +3 -3
- data/lib/plex_ruby_sdk/media.rb +5 -5
- data/lib/plex_ruby_sdk/models/operations/account.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/action.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/activity.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_mediacontainer.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_metadata.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_playlists_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_request.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/addplaylistcontents_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/applyupdates_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/applyupdates_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/applyupdates_request.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/applyupdates_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/applyupdates_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/applyupdates_updater_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/billing.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/butlertask.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/butlertasks.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/cancelserveractivities_activities_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/cancelserveractivities_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/cancelserveractivities_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/cancelserveractivities_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/cancelserveractivities_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/cancelserveractivities_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/checkforupdates_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/checkforupdates_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/checkforupdates_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/checkforupdates_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/checkforupdates_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/checkforupdates_updater_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/clearplaylistcontents_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/clearplaylistcontents_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/clearplaylistcontents_playlists_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/clearplaylistcontents_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/clearplaylistcontents_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/clearplaylistcontents_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/collection.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/connections.rb +12 -0
- data/lib/plex_ruby_sdk/models/operations/context.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/country.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/createplaylist_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/createplaylist_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/createplaylist_mediacontainer.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/createplaylist_metadata.rb +21 -0
- data/lib/plex_ruby_sdk/models/operations/createplaylist_playlists_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/createplaylist_request.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/createplaylist_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/createplaylist_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/createplaylist_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/deletelibrary_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/deletelibrary_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/deletelibrary_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/deletelibrary_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/deletelibrary_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/deletelibrary_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/deleteplaylist_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/deleteplaylist_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/deleteplaylist_playlists_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/deleteplaylist_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/deleteplaylist_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/deleteplaylist_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/device.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/director.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/directory.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/enablepapertrail_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/enablepapertrail_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/enablepapertrail_log_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/enablepapertrail_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/enablepapertrail_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/feature.rb +12 -0
- data/lib/plex_ruby_sdk/models/operations/field.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/fieldtype.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/friend.rb +17 -0
- data/lib/plex_ruby_sdk/models/operations/genre.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/geodata.rb +16 -0
- data/lib/plex_ruby_sdk/models/operations/get_actors_library_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_actors_library_directory.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_actors_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_actors_library_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_actors_library_mediacontainer.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_actors_library_request.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_actors_library_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_actors_library_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_actors_library_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_directory.rb +48 -22
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_location.rb +9 -2
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_mediacontainer.rb +17 -8
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_responsebody.rb +8 -2
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_type.rb +22 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_libraries_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_collection.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_country.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_director.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_field.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_fieldtype.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_filter.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_genre.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_guids.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_image.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_library_optimizedforstreaming.rb +25 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_media.rb +26 -2
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_mediacontainer.rb +24 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_meta.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_metadata.rb +69 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_operator.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_optimizedforstreaming.rb +25 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_optimizedforstreaming_1.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_part.rb +23 -2
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_request.rb +14 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_role.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_sort.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_stream.rb +54 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_type.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_ultrablurcolors.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_all_media_library_writer.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_banner_image_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_banner_image_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_banner_image_media_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_banner_image_request.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_banner_image_response.rb +12 -0
- data/lib/plex_ruby_sdk/models/operations/get_banner_image_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_countries_library_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_countries_library_directory.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_countries_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_countries_library_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_countries_library_mediacontainer.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_countries_library_request.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_countries_library_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_countries_library_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_countries_library_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_genres_library_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_genres_library_directory.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_genres_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_genres_library_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_genres_library_mediacontainer.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_genres_library_request.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_genres_library_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_genres_library_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_genres_library_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_directory.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_field.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_fieldtype.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_filter.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_mediacontainer.rb +20 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_operator.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_request.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_sort.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_type.rb +12 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_details_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_collection.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_country.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_director.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_field.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_fieldtype.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_filter.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_genre.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_image.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_field.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_fieldtype.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_filter.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_operator.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_response_type.rb +12 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_library_sort.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_location.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_media.rb +25 -2
- data/lib/plex_ruby_sdk/models/operations/get_library_items_mediacontainer.rb +28 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_meta.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_metadata.rb +81 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_operator.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_optimizedforstreaming.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_part.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_request.rb +12 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_role.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_sort.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_stream.rb +43 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_type.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_ultrablurcolors.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_library_items_writer.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_arts_mediacontainer.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_arts_metadata.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_arts_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_arts_response.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_arts_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_country.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_director.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_genre.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_guids.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_image.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_library_optimizedforstreaming.rb +25 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_location.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_media.rb +26 -2
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_mediacontainer.rb +14 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_metadata.rb +66 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_optimizedforstreaming.rb +25 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_optimizedforstreaming_1.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_optimizedforstreaming_library_1.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_part.rb +23 -2
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_producer.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_request.rb +19 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_role.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_similar.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_stream.rb +54 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_ultrablurcolors.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_meta_data_writer.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_posters_mediacontainer.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_posters_metadata.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_posters_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_posters_response.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_posters_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_providers_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_providers_directory.rb +19 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_providers_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_providers_mediacontainer.rb +49 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_providers_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_providers_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_providers_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_providers_server_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_media_providers_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_field.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_fieldtype.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_filter.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_image.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_country.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_director.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_filter.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_genre.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_media.rb +21 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_mediacontainer.rb +14 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_metadata.rb +37 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_part.rb +15 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_request.rb +12 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_role.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_type.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_library_writer.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_mediacontainer.rb +12 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_metadata.rb +80 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_operator.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_optimizedforstreaming.rb +25 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_optimizedforstreaming_1.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_request.rb +12 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_response.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_sort.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/get_recently_added_type.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_request.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/get_refresh_library_metadata_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_collection.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_country.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_director.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_genre.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_image.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_location.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_media.rb +23 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_mediacontainer.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_mediaguid.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_metadata.rb +81 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_metadatarating.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_part.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_request.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_role.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_stream.rb +43 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_ultrablurcolors.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_all_libraries_writer.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_library_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_library_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_library_mediacontainer.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_library_metadata.rb +25 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_library_request.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_library_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_library_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_search_library_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_server_identity_mediacontainer.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_server_identity_requesttimeout.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/get_server_identity_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/get_server_identity_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_server_resources_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_server_resources_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_server_resources_plex_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_server_resources_request.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/get_server_resources_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_server_resources_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_thumb_image_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_thumb_image_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_thumb_image_media_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_thumb_image_request.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_thumb_image_response.rb +12 -0
- data/lib/plex_ruby_sdk/models/operations/get_thumb_image_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_users_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_users_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_users_mediacontainer.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_users_request.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/get_users_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_users_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_users_server.rb +14 -0
- data/lib/plex_ruby_sdk/models/operations/get_users_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_users_users_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_watch_list_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_watch_list_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/get_watch_list_request.rb +14 -0
- data/lib/plex_ruby_sdk/models/operations/get_watch_list_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/get_watch_list_responsebody.rb +12 -0
- data/lib/plex_ruby_sdk/models/operations/get_watch_list_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/get_watch_list_watchlist_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getavailableclients_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getavailableclients_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getavailableclients_mediacontainer.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/getavailableclients_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getavailableclients_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getavailableclients_server_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getavailableclients_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_account.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_device.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_mediacontainer.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_statistics_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getbandwidthstatistics_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getbutlertasks_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getbutlertasks_butler_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getbutlertasks_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getbutlertasks_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getbutlertasks_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getbutlertasks_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getcompanionsdata_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getcompanionsdata_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getcompanionsdata_plex_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getcompanionsdata_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getcompanionsdata_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getdevices_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getdevices_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getdevices_mediacontainer.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getdevices_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getdevices_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getdevices_server_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getdevices_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getfilehash_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getfilehash_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getfilehash_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getfilehash_request.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/getfilehash_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/getfilehash_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getgeodata_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getgeodata_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getgeodata_geodata.rb +16 -0
- data/lib/plex_ruby_sdk/models/operations/getgeodata_plex_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getgeodata_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getgeodata_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getglobalhubs_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getglobalhubs_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getglobalhubs_hubs_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getglobalhubs_mediacontainer.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/getglobalhubs_metadata.rb +22 -0
- data/lib/plex_ruby_sdk/models/operations/getglobalhubs_request.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/getglobalhubs_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getglobalhubs_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getglobalhubs_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gethomedata_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gethomedata_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gethomedata_plex_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gethomedata_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/gethomedata_responsebody.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/gethomedata_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_country.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_director.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_genre.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_hub.rb +17 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_hubs_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_media.rb +22 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_mediacontainer.rb +12 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_metadata.rb +39 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_part.rb +15 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_request.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_role.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getlibraryhubs_writer.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_directory.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_mediacontainer.rb +28 -0
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_metadata.rb +32 -0
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_request.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getmetadatachildren_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getmyplexaccount_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getmyplexaccount_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getmyplexaccount_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getmyplexaccount_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getmyplexaccount_server_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getmyplexaccount_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getpin_authpincontainer.rb +17 -0
- data/lib/plex_ruby_sdk/models/operations/getpin_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getpin_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getpin_request.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getpin_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylist_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylist_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylist_mediacontainer.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylist_metadata.rb +20 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylist_playlists_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylist_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylist_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylist_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylist_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_country.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_director.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_genre.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_media.rb +22 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_mediacontainer.rb +14 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_metadata.rb +37 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_part.rb +15 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_playlists_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_request.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_role.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylistcontents_writer.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylists_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylists_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylists_mediacontainer.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylists_metadata.rb +21 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylists_playlists_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylists_request.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylists_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylists_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getplaylists_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getresizedphoto_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getresizedphoto_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getresizedphoto_request.rb +12 -0
- data/lib/plex_ruby_sdk/models/operations/getresizedphoto_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/getresizedphoto_server_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getresizedphoto_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_mediacontainer.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_statistics_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getresourcesstatistics_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_country.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_director.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_genre.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_media.rb +20 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_mediacontainer.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_metadata.rb +39 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_part.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_role.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_search_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsearchresults_writer.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getserveractivities_activities_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getserveractivities_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getserveractivities_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getserveractivities_mediacontainer.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/getserveractivities_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getserveractivities_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getserveractivities_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getservercapabilities_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getservercapabilities_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getservercapabilities_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getservercapabilities_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getservercapabilities_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getserverlist_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getserverlist_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getserverlist_mediacontainer.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/getserverlist_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getserverlist_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getserverlist_server.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getserverlist_server_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getserverlist_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getserverpreferences_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getserverpreferences_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getserverpreferences_mediacontainer.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/getserverpreferences_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getserverpreferences_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getserverpreferences_server_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getserverpreferences_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsessionhistory_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsessionhistory_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getsessionhistory_mediacontainer.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/getsessionhistory_metadata.rb +24 -0
- data/lib/plex_ruby_sdk/models/operations/getsessionhistory_request.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/getsessionhistory_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getsessionhistory_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsessionhistory_sessions_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getsessionhistory_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsessions_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsessions_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getsessions_media.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/getsessions_mediacontainer.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/getsessions_metadata.rb +43 -0
- data/lib/plex_ruby_sdk/models/operations/getsessions_part.rb +15 -0
- data/lib/plex_ruby_sdk/models/operations/getsessions_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getsessions_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsessions_sessions_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getsessions_stream.rb +25 -0
- data/lib/plex_ruby_sdk/models/operations/getsessions_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsessions_user.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getsourceconnectioninformation_authentication_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getsourceconnectioninformation_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsourceconnectioninformation_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getsourceconnectioninformation_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getsourceconnectioninformation_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/getsourceconnectioninformation_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getstatistics_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getstatistics_device.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/getstatistics_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getstatistics_mediacontainer.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/getstatistics_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getstatistics_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getstatistics_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getstatistics_statistics_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getstatistics_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettimeline_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettimeline_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gettimeline_request.rb +15 -0
- data/lib/plex_ruby_sdk/models/operations/gettimeline_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/gettimeline_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettimeline_video_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_authpincontainer.rb +17 -0
- data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_geodata.rb +16 -0
- data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_plex_errors.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_request.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/gettokenbypinid_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettokendetails_authentication_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gettokendetails_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettokendetails_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gettokendetails_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/gettokendetails_subscription.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/gettokendetails_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettokendetails_userplexaccount.rb +46 -0
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_country.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_genre.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_guids.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_library_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_mediacontainer.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_metadata.rb +37 -0
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_request.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_role.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettopwatchedcontent_user.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettranscodesessions_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettranscodesessions_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gettranscodesessions_mediacontainer.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/gettranscodesessions_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/gettranscodesessions_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettranscodesessions_sessions_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gettranscodesessions_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettransienttoken_authentication_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gettransienttoken_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/gettransienttoken_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/gettransienttoken_request.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/gettransienttoken_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/gettransienttoken_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getupdatestatus_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getupdatestatus_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getupdatestatus_mediacontainer.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getupdatestatus_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getupdatestatus_responsebody.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getupdatestatus_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getupdatestatus_updater_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getuserfriends_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/getuserfriends_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getuserfriends_plex_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/getuserfriends_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/getuserfriends_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/guids.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/hidden.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/hub.rb +16 -0
- data/lib/plex_ruby_sdk/models/operations/image.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/internalpaymentmethod.rb +5 -0
- data/lib/plex_ruby_sdk/models/operations/location.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/logline_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/logline_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/logline_log_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/logline_request.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/logline_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/logline_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/logmultiline_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/logmultiline_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/logmultiline_log_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/logmultiline_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/logmultiline_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/markplayed_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/markplayed_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/markplayed_media_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/markplayed_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/markplayed_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/markplayed_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/markunplayed_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/markunplayed_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/markunplayed_media_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/markunplayed_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/markunplayed_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/markunplayed_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/media.rb +26 -2
- data/lib/plex_ruby_sdk/models/operations/mediacontainer.rb +56 -0
- data/lib/plex_ruby_sdk/models/operations/mediaguid.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/mediaprovider.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/meta.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/metadata.rb +40 -0
- data/lib/plex_ruby_sdk/models/operations/metadatarating.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/myplex.rb +17 -0
- data/lib/plex_ruby_sdk/models/operations/one.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/operator.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/optimizedforstreaming.rb +11 -4
- data/lib/plex_ruby_sdk/models/operations/optimizedforstreaming_1.rb +18 -0
- data/lib/plex_ruby_sdk/models/operations/part.rb +23 -2
- data/lib/plex_ruby_sdk/models/operations/pastsubscription.rb +20 -0
- data/lib/plex_ruby_sdk/models/operations/performsearch_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/performsearch_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/performsearch_request.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/performsearch_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/performsearch_search_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/performsearch_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/performvoicesearch_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/performvoicesearch_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/performvoicesearch_request.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/performvoicesearch_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/performvoicesearch_search_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/performvoicesearch_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/pivot.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/player.rb +20 -0
- data/lib/plex_ruby_sdk/models/operations/plexdevice.rb +29 -0
- data/lib/plex_ruby_sdk/models/operations/post_media_arts_request.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/post_media_arts_response.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/post_media_poster_request.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/post_media_poster_response.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_authentication_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_authentication_subscription.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_request.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_requestbody.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_response.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_services.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_subscription.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_userplexaccount.rb +48 -0
- data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_userprofile.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/producer.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/provider.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/queryparam_filter.rb +5 -0
- data/lib/plex_ruby_sdk/models/operations/rating.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/ratings.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/release.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/responsebody.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/role.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/searchresult.rb +7 -0
- data/lib/plex_ruby_sdk/models/operations/server.rb +16 -0
- data/lib/plex_ruby_sdk/models/operations/services.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/session.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/setting.rb +15 -0
- data/lib/plex_ruby_sdk/models/operations/sharedservers.rb +5 -0
- data/lib/plex_ruby_sdk/models/operations/sharedsources.rb +5 -0
- data/lib/plex_ruby_sdk/models/operations/similar.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/sort.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/startalltasks_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/startalltasks_butler_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/startalltasks_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/startalltasks_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/startalltasks_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/starttask_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/starttask_butler_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/starttask_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/starttask_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/starttask_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/starttask_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/startuniversaltranscode_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/startuniversaltranscode_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/startuniversaltranscode_request.rb +21 -0
- data/lib/plex_ruby_sdk/models/operations/startuniversaltranscode_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/startuniversaltranscode_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/startuniversaltranscode_video_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/statisticsbandwidth.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/statisticsmedia.rb +12 -0
- data/lib/plex_ruby_sdk/models/operations/statisticsresources.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/stopalltasks_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/stopalltasks_butler_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/stopalltasks_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/stopalltasks_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/stopalltasks_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/stoptask_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/stoptask_butler_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/stoptask_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/stoptask_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/stoptask_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/stoptask_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/stoptranscodesession_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/stoptranscodesession_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/stoptranscodesession_request.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/stoptranscodesession_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/stoptranscodesession_sessions_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/stoptranscodesession_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/stream.rb +54 -0
- data/lib/plex_ruby_sdk/models/operations/subscription.rb +11 -0
- data/lib/plex_ruby_sdk/models/operations/transcodesession.rb +29 -0
- data/lib/plex_ruby_sdk/models/operations/trials.rb +5 -0
- data/lib/plex_ruby_sdk/models/operations/ultrablurcolors.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations/updateplaylist_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/updateplaylist_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/updateplaylist_playlists_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/updateplaylist_request.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/updateplaylist_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/updateplaylist_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/updateplayprogress_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/updateplayprogress_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/updateplayprogress_media_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/updateplayprogress_request.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/updateplayprogress_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/updateplayprogress_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/uploadplaylist_badrequest.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/uploadplaylist_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/uploadplaylist_playlists_errors.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/uploadplaylist_request.rb +8 -0
- data/lib/plex_ruby_sdk/models/operations/uploadplaylist_response.rb +10 -0
- data/lib/plex_ruby_sdk/models/operations/uploadplaylist_unauthorized.rb +6 -0
- data/lib/plex_ruby_sdk/models/operations/user.rb +25 -0
- data/lib/plex_ruby_sdk/models/operations/userprofile.rb +13 -0
- data/lib/plex_ruby_sdk/models/operations/writer.rb +9 -0
- data/lib/plex_ruby_sdk/models/operations.rb +832 -818
- data/lib/plex_ruby_sdk/models/shared/security.rb +6 -0
- data/lib/plex_ruby_sdk/playlists.rb +9 -9
- data/lib/plex_ruby_sdk/plex.rb +7 -7
- data/lib/plex_ruby_sdk/sdkconfiguration.rb +3 -3
- data/lib/plex_ruby_sdk/search.rb +3 -3
- data/lib/plex_ruby_sdk/server.rb +9 -9
- data/lib/plex_ruby_sdk/sessions.rb +4 -4
- data/lib/plex_ruby_sdk/statistics.rb +3 -3
- data/lib/plex_ruby_sdk/updater.rb +3 -3
- data/lib/plex_ruby_sdk/users.rb +1 -1
- data/lib/plex_ruby_sdk/utils/utils.rb +3 -3
- data/lib/plex_ruby_sdk/video.rb +2 -2
- data/lib/plex_ruby_sdk/watchlist.rb +1 -1
- metadata +16 -2
@@ -25,6 +25,14 @@ module PlexRubySDK
|
|
25
25
|
@message = message
|
26
26
|
@status = status
|
27
27
|
end
|
28
|
+
|
29
|
+
def ==(other)
|
30
|
+
return false unless other.is_a? self.class
|
31
|
+
return false unless @code == other.code
|
32
|
+
return false unless @message == other.message
|
33
|
+
return false unless @status == other.status
|
34
|
+
true
|
35
|
+
end
|
28
36
|
end
|
29
37
|
end
|
30
38
|
end
|
@@ -25,6 +25,14 @@ module PlexRubySDK
|
|
25
25
|
@limit = limit
|
26
26
|
@section_id = section_id
|
27
27
|
end
|
28
|
+
|
29
|
+
def ==(other)
|
30
|
+
return false unless other.is_a? self.class
|
31
|
+
return false unless @query == other.query
|
32
|
+
return false unless @limit == other.limit
|
33
|
+
return false unless @section_id == other.section_id
|
34
|
+
true
|
35
|
+
end
|
28
36
|
end
|
29
37
|
end
|
30
38
|
end
|
@@ -31,6 +31,16 @@ module PlexRubySDK
|
|
31
31
|
@bad_request = bad_request
|
32
32
|
@unauthorized = unauthorized
|
33
33
|
end
|
34
|
+
|
35
|
+
def ==(other)
|
36
|
+
return false unless other.is_a? self.class
|
37
|
+
return false unless @content_type == other.content_type
|
38
|
+
return false unless @raw_response == other.raw_response
|
39
|
+
return false unless @status_code == other.status_code
|
40
|
+
return false unless @bad_request == other.bad_request
|
41
|
+
return false unless @unauthorized == other.unauthorized
|
42
|
+
true
|
43
|
+
end
|
34
44
|
end
|
35
45
|
end
|
36
46
|
end
|
@@ -25,6 +25,14 @@ module PlexRubySDK
|
|
25
25
|
@message = message
|
26
26
|
@status = status
|
27
27
|
end
|
28
|
+
|
29
|
+
def ==(other)
|
30
|
+
return false unless other.is_a? self.class
|
31
|
+
return false unless @code == other.code
|
32
|
+
return false unless @message == other.message
|
33
|
+
return false unless @status == other.status
|
34
|
+
true
|
35
|
+
end
|
28
36
|
end
|
29
37
|
end
|
30
38
|
end
|
@@ -34,6 +34,17 @@ module PlexRubySDK
|
|
34
34
|
@title = title
|
35
35
|
@type = type
|
36
36
|
end
|
37
|
+
|
38
|
+
def ==(other)
|
39
|
+
return false unless other.is_a? self.class
|
40
|
+
return false unless @context == other.context
|
41
|
+
return false unless @id == other.id
|
42
|
+
return false unless @key == other.key
|
43
|
+
return false unless @symbol == other.symbol
|
44
|
+
return false unless @title == other.title
|
45
|
+
return false unless @type == other.type
|
46
|
+
true
|
47
|
+
end
|
37
48
|
end
|
38
49
|
end
|
39
50
|
end
|
@@ -61,6 +61,26 @@ module PlexRubySDK
|
|
61
61
|
@user_id = user_id
|
62
62
|
@version = version
|
63
63
|
end
|
64
|
+
|
65
|
+
def ==(other)
|
66
|
+
return false unless other.is_a? self.class
|
67
|
+
return false unless @address == other.address
|
68
|
+
return false unless @local == other.local
|
69
|
+
return false unless @machine_identifier == other.machine_identifier
|
70
|
+
return false unless @model == other.model
|
71
|
+
return false unless @platform == other.platform
|
72
|
+
return false unless @platform_version == other.platform_version
|
73
|
+
return false unless @product == other.product
|
74
|
+
return false unless @profile == other.profile
|
75
|
+
return false unless @relayed == other.relayed
|
76
|
+
return false unless @remote_public_address == other.remote_public_address
|
77
|
+
return false unless @secure == other.secure
|
78
|
+
return false unless @state == other.state
|
79
|
+
return false unless @title == other.title
|
80
|
+
return false unless @user_id == other.user_id
|
81
|
+
return false unless @version == other.version
|
82
|
+
true
|
83
|
+
end
|
64
84
|
end
|
65
85
|
end
|
66
86
|
end
|
@@ -91,6 +91,35 @@ module PlexRubySDK
|
|
91
91
|
@source_title = source_title
|
92
92
|
@synced = synced
|
93
93
|
end
|
94
|
+
|
95
|
+
def ==(other)
|
96
|
+
return false unless other.is_a? self.class
|
97
|
+
return false unless @access_token == other.access_token
|
98
|
+
return false unless @client_identifier == other.client_identifier
|
99
|
+
return false unless @connections == other.connections
|
100
|
+
return false unless @created_at == other.created_at
|
101
|
+
return false unless @device == other.device
|
102
|
+
return false unless @dns_rebinding_protection == other.dns_rebinding_protection
|
103
|
+
return false unless @home == other.home
|
104
|
+
return false unless @https_required == other.https_required
|
105
|
+
return false unless @last_seen_at == other.last_seen_at
|
106
|
+
return false unless @name == other.name
|
107
|
+
return false unless @nat_loopback_supported == other.nat_loopback_supported
|
108
|
+
return false unless @owned == other.owned
|
109
|
+
return false unless @owner_id == other.owner_id
|
110
|
+
return false unless @platform == other.platform
|
111
|
+
return false unless @platform_version == other.platform_version
|
112
|
+
return false unless @presence == other.presence
|
113
|
+
return false unless @product == other.product
|
114
|
+
return false unless @product_version == other.product_version
|
115
|
+
return false unless @provides == other.provides
|
116
|
+
return false unless @public_address == other.public_address
|
117
|
+
return false unless @public_address_matches == other.public_address_matches
|
118
|
+
return false unless @relay == other.relay
|
119
|
+
return false unless @source_title == other.source_title
|
120
|
+
return false unless @synced == other.synced
|
121
|
+
true
|
122
|
+
end
|
94
123
|
end
|
95
124
|
end
|
96
125
|
end
|
@@ -25,6 +25,14 @@ module PlexRubySDK
|
|
25
25
|
@request_body = request_body
|
26
26
|
@url = url
|
27
27
|
end
|
28
|
+
|
29
|
+
def ==(other)
|
30
|
+
return false unless other.is_a? self.class
|
31
|
+
return false unless @rating_key == other.rating_key
|
32
|
+
return false unless @request_body == other.request_body
|
33
|
+
return false unless @url == other.url
|
34
|
+
true
|
35
|
+
end
|
28
36
|
end
|
29
37
|
end
|
30
38
|
end
|
@@ -25,6 +25,14 @@ module PlexRubySDK
|
|
25
25
|
@raw_response = raw_response
|
26
26
|
@status_code = status_code
|
27
27
|
end
|
28
|
+
|
29
|
+
def ==(other)
|
30
|
+
return false unless other.is_a? self.class
|
31
|
+
return false unless @content_type == other.content_type
|
32
|
+
return false unless @raw_response == other.raw_response
|
33
|
+
return false unless @status_code == other.status_code
|
34
|
+
true
|
35
|
+
end
|
28
36
|
end
|
29
37
|
end
|
30
38
|
end
|
@@ -25,6 +25,14 @@ module PlexRubySDK
|
|
25
25
|
@request_body = request_body
|
26
26
|
@url = url
|
27
27
|
end
|
28
|
+
|
29
|
+
def ==(other)
|
30
|
+
return false unless other.is_a? self.class
|
31
|
+
return false unless @rating_key == other.rating_key
|
32
|
+
return false unless @request_body == other.request_body
|
33
|
+
return false unless @url == other.url
|
34
|
+
true
|
35
|
+
end
|
28
36
|
end
|
29
37
|
end
|
30
38
|
end
|
@@ -25,6 +25,14 @@ module PlexRubySDK
|
|
25
25
|
@raw_response = raw_response
|
26
26
|
@status_code = status_code
|
27
27
|
end
|
28
|
+
|
29
|
+
def ==(other)
|
30
|
+
return false unless other.is_a? self.class
|
31
|
+
return false unless @content_type == other.content_type
|
32
|
+
return false unless @raw_response == other.raw_response
|
33
|
+
return false unless @status_code == other.status_code
|
34
|
+
true
|
35
|
+
end
|
28
36
|
end
|
29
37
|
end
|
30
38
|
end
|
@@ -28,6 +28,14 @@ module PlexRubySDK
|
|
28
28
|
@message = message
|
29
29
|
@status = status
|
30
30
|
end
|
31
|
+
|
32
|
+
def ==(other)
|
33
|
+
return false unless other.is_a? self.class
|
34
|
+
return false unless @code == other.code
|
35
|
+
return false unless @message == other.message
|
36
|
+
return false unless @status == other.status
|
37
|
+
true
|
38
|
+
end
|
31
39
|
end
|
32
40
|
end
|
33
41
|
end
|
data/lib/plex_ruby_sdk/models/operations/post_users_sign_in_data_authentication_subscription.rb
CHANGED
@@ -37,6 +37,17 @@ module PlexRubySDK
|
|
37
37
|
@status = status
|
38
38
|
@subscribed_at = subscribed_at
|
39
39
|
end
|
40
|
+
|
41
|
+
def ==(other)
|
42
|
+
return false unless other.is_a? self.class
|
43
|
+
return false unless @active == other.active
|
44
|
+
return false unless @features == other.features
|
45
|
+
return false unless @payment_service == other.payment_service
|
46
|
+
return false unless @plan == other.plan
|
47
|
+
return false unless @status == other.status
|
48
|
+
return false unless @subscribed_at == other.subscribed_at
|
49
|
+
true
|
50
|
+
end
|
40
51
|
end
|
41
52
|
end
|
42
53
|
end
|
@@ -28,6 +28,14 @@ module PlexRubySDK
|
|
28
28
|
@message = message
|
29
29
|
@status = status
|
30
30
|
end
|
31
|
+
|
32
|
+
def ==(other)
|
33
|
+
return false unless other.is_a? self.class
|
34
|
+
return false unless @code == other.code
|
35
|
+
return false unless @message == other.message
|
36
|
+
return false unless @status == other.status
|
37
|
+
true
|
38
|
+
end
|
31
39
|
end
|
32
40
|
end
|
33
41
|
end
|
@@ -37,6 +37,17 @@ module PlexRubySDK
|
|
37
37
|
@platform = platform
|
38
38
|
@request_body = request_body
|
39
39
|
end
|
40
|
+
|
41
|
+
def ==(other)
|
42
|
+
return false unless other.is_a? self.class
|
43
|
+
return false unless @client_id == other.client_id
|
44
|
+
return false unless @client_name == other.client_name
|
45
|
+
return false unless @client_version == other.client_version
|
46
|
+
return false unless @device_nickname == other.device_nickname
|
47
|
+
return false unless @platform == other.platform
|
48
|
+
return false unless @request_body == other.request_body
|
49
|
+
true
|
50
|
+
end
|
40
51
|
end
|
41
52
|
end
|
42
53
|
end
|
@@ -31,6 +31,15 @@ module PlexRubySDK
|
|
31
31
|
@remember_me = remember_me
|
32
32
|
@verification_code = verification_code
|
33
33
|
end
|
34
|
+
|
35
|
+
def ==(other)
|
36
|
+
return false unless other.is_a? self.class
|
37
|
+
return false unless @login == other.login
|
38
|
+
return false unless @password == other.password
|
39
|
+
return false unless @remember_me == other.remember_me
|
40
|
+
return false unless @verification_code == other.verification_code
|
41
|
+
true
|
42
|
+
end
|
34
43
|
end
|
35
44
|
end
|
36
45
|
end
|
@@ -37,6 +37,17 @@ module PlexRubySDK
|
|
37
37
|
@unauthorized = unauthorized
|
38
38
|
@user_plex_account = user_plex_account
|
39
39
|
end
|
40
|
+
|
41
|
+
def ==(other)
|
42
|
+
return false unless other.is_a? self.class
|
43
|
+
return false unless @content_type == other.content_type
|
44
|
+
return false unless @raw_response == other.raw_response
|
45
|
+
return false unless @status_code == other.status_code
|
46
|
+
return false unless @bad_request == other.bad_request
|
47
|
+
return false unless @unauthorized == other.unauthorized
|
48
|
+
return false unless @user_plex_account == other.user_plex_account
|
49
|
+
true
|
50
|
+
end
|
40
51
|
end
|
41
52
|
end
|
42
53
|
end
|
@@ -34,6 +34,16 @@ module PlexRubySDK
|
|
34
34
|
@status = status
|
35
35
|
@token = token
|
36
36
|
end
|
37
|
+
|
38
|
+
def ==(other)
|
39
|
+
return false unless other.is_a? self.class
|
40
|
+
return false unless @endpoint == other.endpoint
|
41
|
+
return false unless @identifier == other.identifier
|
42
|
+
return false unless @secret == other.secret
|
43
|
+
return false unless @status == other.status
|
44
|
+
return false unless @token == other.token
|
45
|
+
true
|
46
|
+
end
|
37
47
|
end
|
38
48
|
end
|
39
49
|
end
|
@@ -37,6 +37,17 @@ module PlexRubySDK
|
|
37
37
|
@status = status
|
38
38
|
@subscribed_at = subscribed_at
|
39
39
|
end
|
40
|
+
|
41
|
+
def ==(other)
|
42
|
+
return false unless other.is_a? self.class
|
43
|
+
return false unless @active == other.active
|
44
|
+
return false unless @features == other.features
|
45
|
+
return false unless @payment_service == other.payment_service
|
46
|
+
return false unless @plan == other.plan
|
47
|
+
return false unless @status == other.status
|
48
|
+
return false unless @subscribed_at == other.subscribed_at
|
49
|
+
true
|
50
|
+
end
|
40
51
|
end
|
41
52
|
end
|
42
53
|
end
|
@@ -150,6 +150,54 @@ module PlexRubySDK
|
|
150
150
|
@roles = roles
|
151
151
|
@subscriptions = subscriptions
|
152
152
|
end
|
153
|
+
|
154
|
+
def ==(other)
|
155
|
+
return false unless other.is_a? self.class
|
156
|
+
return false unless @ads_consent == other.ads_consent
|
157
|
+
return false unless @ads_consent_reminder_at == other.ads_consent_reminder_at
|
158
|
+
return false unless @ads_consent_set_at == other.ads_consent_set_at
|
159
|
+
return false unless @anonymous == other.anonymous
|
160
|
+
return false unless @attribution_partner == other.attribution_partner
|
161
|
+
return false unless @auth_token == other.auth_token
|
162
|
+
return false unless @backup_codes_created == other.backup_codes_created
|
163
|
+
return false unless @confirmed == other.confirmed
|
164
|
+
return false unless @country == other.country
|
165
|
+
return false unless @email == other.email
|
166
|
+
return false unless @email_only_auth == other.email_only_auth
|
167
|
+
return false unless @entitlements == other.entitlements
|
168
|
+
return false unless @experimental_features == other.experimental_features
|
169
|
+
return false unless @friendly_name == other.friendly_name
|
170
|
+
return false unless @guest == other.guest
|
171
|
+
return false unless @has_password == other.has_password
|
172
|
+
return false unless @home == other.home
|
173
|
+
return false unless @home_admin == other.home_admin
|
174
|
+
return false unless @home_size == other.home_size
|
175
|
+
return false unless @id == other.id
|
176
|
+
return false unless @joined_at == other.joined_at
|
177
|
+
return false unless @locale == other.locale
|
178
|
+
return false unless @mailing_list_active == other.mailing_list_active
|
179
|
+
return false unless @mailing_list_status == other.mailing_list_status
|
180
|
+
return false unless @max_home_size == other.max_home_size
|
181
|
+
return false unless @past_subscriptions == other.past_subscriptions
|
182
|
+
return false unless @profile == other.profile
|
183
|
+
return false unless @protected == other.protected
|
184
|
+
return false unless @remember_expires_at == other.remember_expires_at
|
185
|
+
return false unless @restricted == other.restricted
|
186
|
+
return false unless @scrobble_types == other.scrobble_types
|
187
|
+
return false unless @services == other.services
|
188
|
+
return false unless @subscription == other.subscription
|
189
|
+
return false unless @subscription_description == other.subscription_description
|
190
|
+
return false unless @thumb == other.thumb
|
191
|
+
return false unless @title == other.title
|
192
|
+
return false unless @trials == other.trials
|
193
|
+
return false unless @two_factor_enabled == other.two_factor_enabled
|
194
|
+
return false unless @username == other.username
|
195
|
+
return false unless @uuid == other.uuid
|
196
|
+
return false unless @pin == other.pin
|
197
|
+
return false unless @roles == other.roles
|
198
|
+
return false unless @subscriptions == other.subscriptions
|
199
|
+
true
|
200
|
+
end
|
153
201
|
end
|
154
202
|
end
|
155
203
|
end
|
@@ -43,6 +43,19 @@ module PlexRubySDK
|
|
43
43
|
@media_reviews_visibility = media_reviews_visibility
|
44
44
|
@watched_indicator = watched_indicator
|
45
45
|
end
|
46
|
+
|
47
|
+
def ==(other)
|
48
|
+
return false unless other.is_a? self.class
|
49
|
+
return false unless @auto_select_audio == other.auto_select_audio
|
50
|
+
return false unless @auto_select_subtitle == other.auto_select_subtitle
|
51
|
+
return false unless @default_audio_language == other.default_audio_language
|
52
|
+
return false unless @default_subtitle_accessibility == other.default_subtitle_accessibility
|
53
|
+
return false unless @default_subtitle_forced == other.default_subtitle_forced
|
54
|
+
return false unless @default_subtitle_language == other.default_subtitle_language
|
55
|
+
return false unless @media_reviews_visibility == other.media_reviews_visibility
|
56
|
+
return false unless @watched_indicator == other.watched_indicator
|
57
|
+
true
|
58
|
+
end
|
46
59
|
end
|
47
60
|
end
|
48
61
|
end
|
@@ -31,6 +31,16 @@ module PlexRubySDK
|
|
31
31
|
@tag_key = tag_key
|
32
32
|
@thumb = thumb
|
33
33
|
end
|
34
|
+
|
35
|
+
def ==(other)
|
36
|
+
return false unless other.is_a? self.class
|
37
|
+
return false unless @filter == other.filter
|
38
|
+
return false unless @id == other.id
|
39
|
+
return false unless @tag == other.tag
|
40
|
+
return false unless @tag_key == other.tag_key
|
41
|
+
return false unless @thumb == other.thumb
|
42
|
+
true
|
43
|
+
end
|
34
44
|
end
|
35
45
|
end
|
36
46
|
end
|
@@ -25,6 +25,14 @@ module PlexRubySDK
|
|
25
25
|
@title = title
|
26
26
|
@type = type
|
27
27
|
end
|
28
|
+
|
29
|
+
def ==(other)
|
30
|
+
return false unless other.is_a? self.class
|
31
|
+
return false unless @key == other.key
|
32
|
+
return false unless @title == other.title
|
33
|
+
return false unless @type == other.type
|
34
|
+
true
|
35
|
+
end
|
28
36
|
end
|
29
37
|
end
|
30
38
|
end
|
@@ -25,6 +25,14 @@ module PlexRubySDK
|
|
25
25
|
@type = type
|
26
26
|
@value = value
|
27
27
|
end
|
28
|
+
|
29
|
+
def ==(other)
|
30
|
+
return false unless other.is_a? self.class
|
31
|
+
return false unless @image == other.image
|
32
|
+
return false unless @type == other.type
|
33
|
+
return false unless @value == other.value
|
34
|
+
true
|
35
|
+
end
|
28
36
|
end
|
29
37
|
end
|
30
38
|
end
|
@@ -25,6 +25,14 @@ module PlexRubySDK
|
|
25
25
|
@type = type
|
26
26
|
@value = value
|
27
27
|
end
|
28
|
+
|
29
|
+
def ==(other)
|
30
|
+
return false unless other.is_a? self.class
|
31
|
+
return false unless @image == other.image
|
32
|
+
return false unless @type == other.type
|
33
|
+
return false unless @value == other.value
|
34
|
+
true
|
35
|
+
end
|
28
36
|
end
|
29
37
|
end
|
30
38
|
end
|
@@ -34,6 +34,17 @@ module PlexRubySDK
|
|
34
34
|
@state = state
|
35
35
|
@version = version
|
36
36
|
end
|
37
|
+
|
38
|
+
def ==(other)
|
39
|
+
return false unless other.is_a? self.class
|
40
|
+
return false unless @added == other.added
|
41
|
+
return false unless @download_url == other.download_url
|
42
|
+
return false unless @fixed == other.fixed
|
43
|
+
return false unless @key == other.key
|
44
|
+
return false unless @state == other.state
|
45
|
+
return false unless @version == other.version
|
46
|
+
true
|
47
|
+
end
|
37
48
|
end
|
38
49
|
end
|
39
50
|
end
|
@@ -37,6 +37,17 @@ module PlexRubySDK
|
|
37
37
|
@title = title
|
38
38
|
@token = token
|
39
39
|
end
|
40
|
+
|
41
|
+
def ==(other)
|
42
|
+
return false unless other.is_a? self.class
|
43
|
+
return false unless @base_url == other.base_url
|
44
|
+
return false unless @identifier == other.identifier
|
45
|
+
return false unless @link_url == other.link_url
|
46
|
+
return false unless @provides == other.provides
|
47
|
+
return false unless @title == other.title
|
48
|
+
return false unless @token == other.token
|
49
|
+
true
|
50
|
+
end
|
40
51
|
end
|
41
52
|
end
|
42
53
|
end
|
@@ -34,6 +34,17 @@ module PlexRubySDK
|
|
34
34
|
@tag_key = tag_key
|
35
35
|
@thumb = thumb
|
36
36
|
end
|
37
|
+
|
38
|
+
def ==(other)
|
39
|
+
return false unless other.is_a? self.class
|
40
|
+
return false unless @filter == other.filter
|
41
|
+
return false unless @id == other.id
|
42
|
+
return false unless @tag == other.tag
|
43
|
+
return false unless @role == other.role
|
44
|
+
return false unless @tag_key == other.tag_key
|
45
|
+
return false unless @thumb == other.thumb
|
46
|
+
true
|
47
|
+
end
|
37
48
|
end
|
38
49
|
end
|
39
50
|
end
|
@@ -22,6 +22,13 @@ module PlexRubySDK
|
|
22
22
|
@metadata = metadata
|
23
23
|
@score = score
|
24
24
|
end
|
25
|
+
|
26
|
+
def ==(other)
|
27
|
+
return false unless other.is_a? self.class
|
28
|
+
return false unless @metadata == other.metadata
|
29
|
+
return false unless @score == other.score
|
30
|
+
true
|
31
|
+
end
|
25
32
|
end
|
26
33
|
end
|
27
34
|
end
|
@@ -49,6 +49,22 @@ module PlexRubySDK
|
|
49
49
|
@protocol_version = protocol_version
|
50
50
|
@version = version
|
51
51
|
end
|
52
|
+
|
53
|
+
def ==(other)
|
54
|
+
return false unless other.is_a? self.class
|
55
|
+
return false unless @address == other.address
|
56
|
+
return false unless @device_class == other.device_class
|
57
|
+
return false unless @host == other.host
|
58
|
+
return false unless @machine_identifier == other.machine_identifier
|
59
|
+
return false unless @name == other.name
|
60
|
+
return false unless @port == other.port
|
61
|
+
return false unless @product == other.product
|
62
|
+
return false unless @protocol == other.protocol
|
63
|
+
return false unless @protocol_capabilities == other.protocol_capabilities
|
64
|
+
return false unless @protocol_version == other.protocol_version
|
65
|
+
return false unless @version == other.version
|
66
|
+
true
|
67
|
+
end
|
52
68
|
end
|
53
69
|
end
|
54
70
|
end
|