Class: PlexRubySDK::Operations::GetLibraryItemsCollection
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- PlexRubySDK::Operations::GetLibraryItemsCollection
- Extended by:
- T::Sig
- Defined in:
- lib/plex_ruby_sdk/models/operations/get_library_items_collection.rb
Instance Method Summary collapse
-
#initialize(tag: nil) ⇒ GetLibraryItemsCollection
constructor
A new instance of GetLibraryItemsCollection.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(tag: nil) ⇒ GetLibraryItemsCollection
Returns a new instance of GetLibraryItemsCollection.
19 20 21 |
# File 'lib/plex_ruby_sdk/models/operations/get_library_items_collection.rb', line 19 def initialize(tag: nil) @tag = tag end |