package Net::Async::Github::Plan;
use strict;
use warnings;
our $VERSION = '0.011'; # VERSION
use parent qw(Net::Async::Github::Common);
=head1 NAME
Net::Async::Github::Plan
=head1 DESCRIPTION
Autogenerated module.
=cut
=head1 METHODS
=cut
=head2 name
Provides an accessor for C<name>.
=cut
sub name {
shift->{name}
}
=head2 space
Provides an accessor for C<space>.
=cut
sub space {
shift->{space}
}
=head2 private_repos
Provides an accessor for C<private_repos>.
=cut
sub private_repos {
shift->{private_repos}
}
=head2 collaborators
Provides an accessor for C<collaborators>.
=cut
sub collaborators {
shift->{collaborators}
}
1;