class PlaylistExtensionMapper

Defined in:

glue/mapper.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def id : String #

def id=(_id : String) #

def images : JSON::Any #

def images=(_images : JSON::Any) #

def name : String #

def name=(_name : String) #

def owner : JSON::Any #

def owner=(_owner : JSON::Any) #

def to_json(json : JSON::Builder) #

def tracks : PlaylistTracksMapper #

def tracks=(_tracks : PlaylistTracksMapper) #

def type : String #

def type=(_type : String) #