struct Tidal::API::Album
- Tidal::API::Album
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
api/models/album.crConstructors
Instance Method Summary
- #allow_streaming : Bool
- #artist : NamedTuple(id: Int32, name: String, type: String)
- #artists : Array(NamedTuple(id: Int32, name: String, type: String))
- #audio_quality : String
- #copyright : String
- #cover : String
- #duration : Int32
- #explicit : Bool
- #id : Int32
- #number_of_tracks : Int32
- #number_of_videos : Int32
- #number_of_volumes : Int32
- #popularity : Int32
- #premium_streaming_only : Bool
- #release_date : String
- #stream_ready : Bool
- #stream_start_date : String
- #surround_types : Array(String)
- #title : String
- #type : String
- #upc : String
- #url : String
- #version : String | Nil
- #video_cover : String | Nil