Class: PlexRubySDK::Operations::StopTranscodeSessionUnauthorized
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- PlexRubySDK::Operations::StopTranscodeSessionUnauthorized
- Extended by:
- T::Sig
- Defined in:
- lib/plex_ruby_sdk/models/operations/stoptranscodesession_unauthorized.rb
Overview
Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
Instance Method Summary collapse
-
#initialize(errors: nil) ⇒ StopTranscodeSessionUnauthorized
constructor
A new instance of StopTranscodeSessionUnauthorized.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(errors: nil) ⇒ StopTranscodeSessionUnauthorized
Returns a new instance of StopTranscodeSessionUnauthorized.
19 20 21 |
# File 'lib/plex_ruby_sdk/models/operations/stoptranscodesession_unauthorized.rb', line 19 def initialize(errors: nil) @errors = errors end |