struct

Web::RecJson

Inherits JSON::Serializable < Struct < Value < Object

Rec item (flat struct for recommendations in player response)

Constructors

new(scored : Episode::ScoredEpisode, feed_title : String)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

collab_score
Source
collab_score=(collab_score : Float64)
Source
feed_id
Source
feed_id=(feed_id : Int64)
Source
feed_title
Source
feed_title=(feed_title : String)
Source
id=(id : Int64)
Source
matching_topics
Source
matching_topics=(matching_topics : Array(String))
Source
score
Source
score=(score : Float64)
Source
title
Source
title=(title : String)
Source
total_matching
Source
total_matching=(total_matching : Int32)
Source
vector_score
Source
vector_score=(vector_score : Float64)
Source