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