Class: PlexRubySDK::Operations::GetTransientTokenRequest
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- PlexRubySDK::Operations::GetTransientTokenRequest
- Extended by:
- T::Sig
- Defined in:
- lib/plex_ruby_sdk/models/operations/gettransienttoken_request.rb
Instance Method Summary collapse
-
#initialize(scope: nil, type: nil) ⇒ GetTransientTokenRequest
constructor
A new instance of GetTransientTokenRequest.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(scope: nil, type: nil) ⇒ GetTransientTokenRequest
Returns a new instance of GetTransientTokenRequest.
21 22 23 24 |
# File 'lib/plex_ruby_sdk/models/operations/gettransienttoken_request.rb', line 21 def initialize(scope: nil, type: nil) @scope = scope @type = type end |