struct Tidal::API::Playlist

Included Modules

Defined in:

api/models/playlist.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def created : String #

[View source]
def creator : NamedTuple(id: Int32) #

[View source]
def description : String #

[View source]
def duration : Int32 #

[View source]
def embed_code #

[View source]
def image : String #

[View source]
def last_updated : String #

[View source]
def link #

[View source]
def number_of_tracks : Int32 #

[View source]
def number_of_videos : Int32 #

[View source]
def popularity : Int32 #

[View source]
def public_playlist : Bool #

[View source]
def square_image : String #

[View source]
def title : String #

[View source]
def type : String #

[View source]
def url : String #

[View source]
def uuid : String #

[View source]