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