Class: PlexRubySDK::Operations::GetLibraryItemsImage
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- PlexRubySDK::Operations::GetLibraryItemsImage
- Extended by:
- T::Sig
- Defined in:
- lib/plex_ruby_sdk/models/operations/get_library_items_image.rb
Instance Method Summary collapse
-
#initialize(alt: nil, type: nil, url: nil) ⇒ GetLibraryItemsImage
constructor
A new instance of GetLibraryItemsImage.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(alt: nil, type: nil, url: nil) ⇒ GetLibraryItemsImage
Returns a new instance of GetLibraryItemsImage.
23 24 25 26 27 |
# File 'lib/plex_ruby_sdk/models/operations/get_library_items_image.rb', line 23 def initialize(alt: nil, type: nil, url: nil) @alt = alt @type = type @url = url end |