UserEpisode
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(id : Int64, user_id : Int64, episode_id : Int64, progress_seconds : Int32, completed : Bool, liked : Bool | Nil, updated_at : Time)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceClass methods
Instance methods
completed
Sourceepisode_id
Sourceid
Sourceliked
Sourceprogress_seconds
Sourceupdated_at
Sourceuser_id
Source