class TrackMapper

Defined in:

glue/mapper.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def album : JSON::Any | Nil #

def album=(_album : JSON::Any | Nil) #

def artists : Array(JSON::Any) #

def artists=(_artists : Array(JSON::Any)) #

def disc_number : Int32 #

def disc_number=(_disc_number : Int32) #

def duration_ms : Int32 #

def duration_ms=(_duration_ms : Int32) #

def id : String #

def id=(_id : String) #

def name : String #

def name=(_name : String) #

def to_json(json : JSON::Builder) #

def track_number : Int32 #

def track_number=(_track_number : Int32) #

def type : String #

def type=(_type : String) #

def uri : String #

def uri=(_uri : String) #