Class: PlexRubySDK::Operations::Sort
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- PlexRubySDK::Operations::Sort
- Extended by:
- T::Sig
- Defined in:
- lib/plex_ruby_sdk/models/operations/sort.rb
Instance Method Summary collapse
-
#initialize(default: nil, default_direction: nil, desc_key: nil, first_character_key: nil, key: nil, title: nil) ⇒ Sort
constructor
A new instance of Sort.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(default: nil, default_direction: nil, desc_key: nil, first_character_key: nil, key: nil, title: nil) ⇒ Sort
Returns a new instance of Sort.
29 30 31 32 33 34 35 36 |
# File 'lib/plex_ruby_sdk/models/operations/sort.rb', line 29 def initialize(default: nil, default_direction: nil, desc_key: nil, first_character_key: nil, key: nil, title: nil) @default = default @default_direction = default_direction @desc_key = desc_key @first_character_key = first_character_key @key = key @title = title end |