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