NAME
WebService::ChatWorkApi::Data - represents a data with a few methods, and some attributes
SYNOPSIS
use WebService::ChatWorkApi::Data::Me;
my $me = WebService::ChatWorkApi::Data::Me->new(
ds => $ds,
account_id => 3,
# ...
);
my $my_chat_room = $me->room;
my @rooms = $me->rooms;
DESCRIPTION
This module, and sub modules are for declare the attributes of the data. And a few methods these may relate with the other data.
SUB MODULES
- Me - Message - Room
TODO
Add `Status`, `Task`, `Contact` sub modules.