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