NAME
WWW::Mixcloud::Cloudcast - Represents a cloudcast in the Mixcloud API
VERSION
version 0.01
ATTRIBUTES
listener_count
name
tags
ArrayRef of WWW::Mixcloud::Cloudcast::Tag objects.
url
pictures
ArrayRef of WWW::Mixcloud::Picture objects.
update_time
DateTime object.
play_count
comment_count
percentage_music
user
WWW::Mixcloud::User object.
key
created_time
audio_length
sections
ArrayRef of WWW::Mixcloud::Cloudcast::Section objects.
slug
description
METHODS
new_from_data
my $cloudcast = WWW::Mixcloud::Cloudcast->new_from_data( $data )
AUTHOR
Adam Taylor <ajct@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Adam Taylor.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.