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