class Playlist
Defined in:
groogy-bot/playlist.cr
Constructors
Instance Method Summary
-
#[](*args, **options)
-
#[](*args, **options, &)
-
#each(*args, **options)
-
#each(*args, **options, &)
-
#find(*args, **options)
-
#find(*args, **options, &)
-
#size(*args, **options)
-
#size(*args, **options, &)
Constructor Detail
Instance Method Detail
def
[](*args, **options)
#
def
[](*args, **options, &)
#
def
each(*args, **options)
#
def
each(*args, **options, &)
#
def
find(*args, **options)
#
def
find(*args, **options, &)
#
def
size(*args, **options)
#
def
size(*args, **options, &)
#