Class: PlexRubySDK::Operations::GetLibraryItemsRole
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- PlexRubySDK::Operations::GetLibraryItemsRole
- Extended by:
- T::Sig
- Defined in:
- lib/plex_ruby_sdk/models/operations/get_library_items_role.rb
Instance Method Summary collapse
-
#initialize(filter: nil, id: nil, role: nil, tag: nil, tag_key: nil, thumb: nil) ⇒ GetLibraryItemsRole
constructor
A new instance of GetLibraryItemsRole.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(filter: nil, id: nil, role: nil, tag: nil, tag_key: nil, thumb: nil) ⇒ GetLibraryItemsRole
Returns a new instance of GetLibraryItemsRole.
29 30 31 32 33 34 35 36 |
# File 'lib/plex_ruby_sdk/models/operations/get_library_items_role.rb', line 29 def initialize(filter: nil, id: nil, role: nil, tag: nil, tag_key: nil, thumb: nil) @filter = filter @id = id @role = role @tag = tag @tag_key = tag_key @thumb = thumb end |