Class: PlexRubySDK::Models::Operations::GetLibrarySectionsAllOptimizedForStreaming
- Inherits:
-
Object
- Object
- PlexRubySDK::Models::Operations::GetLibrarySectionsAllOptimizedForStreaming
- Extended by:
- T::Sig
- Includes:
- Crystalline::MetadataFields
- Defined in:
- lib/plex_ruby_sdk/models/operations/get_library_sections_all_optimizedforstreaming.rb
Overview
Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize ⇒ GetLibrarySectionsAllOptimizedForStreaming
constructor
A new instance of GetLibrarySectionsAllOptimizedForStreaming.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize ⇒ GetLibrarySectionsAllOptimizedForStreaming
Returns a new instance of GetLibrarySectionsAllOptimizedForStreaming.
19 |
# File 'lib/plex_ruby_sdk/models/operations/get_library_sections_all_optimizedforstreaming.rb', line 19 def initialize; end |
Instance Method Details
#==(other) ⇒ Object
21 22 23 24 |
# File 'lib/plex_ruby_sdk/models/operations/get_library_sections_all_optimizedforstreaming.rb', line 21 def ==(other) return false unless other.is_a? self.class true end |