struct Tidal::API::Artist

Included Modules

Defined in:

api/models/artist.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def artist_types : Array(String) #

[View source]
def id : Int32 #

[View source]
def name : String #

[View source]
def picture : String | Nil #

[View source]
def popularity : Int32 #

[View source]
def url : String #

[View source]