Class: PlexRubySDK::Operations::GetLibraryHubsPart
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- PlexRubySDK::Operations::GetLibraryHubsPart
- Extended by:
- T::Sig
- Defined in:
- lib/plex_ruby_sdk/models/operations/getlibraryhubs_part.rb
Instance Method Summary collapse
-
#initialize(audio_profile: nil, container: nil, duration: nil, file: nil, has64bit_offsets: nil, id: nil, key: nil, optimized_for_streaming: nil, size: nil, video_profile: nil) ⇒ GetLibraryHubsPart
constructor
A new instance of GetLibraryHubsPart.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(audio_profile: nil, container: nil, duration: nil, file: nil, has64bit_offsets: nil, id: nil, key: nil, optimized_for_streaming: nil, size: nil, video_profile: nil) ⇒ GetLibraryHubsPart
Returns a new instance of GetLibraryHubsPart.
37 38 39 40 41 42 43 44 45 46 47 48 |
# File 'lib/plex_ruby_sdk/models/operations/getlibraryhubs_part.rb', line 37 def initialize(audio_profile: nil, container: nil, duration: nil, file: nil, has64bit_offsets: nil, id: nil, key: nil, optimized_for_streaming: nil, size: nil, video_profile: nil) @audio_profile = audio_profile @container = container @duration = duration @file = file @has64bit_offsets = has64bit_offsets @id = id @key = key @optimized_for_streaming = optimized_for_streaming @size = size @video_profile = video_profile end |