AsposeCellsCloud-CellsApi

 view release on metacpan or  search on metacpan

lib/AsposeCellsCloud/Role.pm  view on Meta::CPAN

SOFTWARE.

=end comment

=cut

package AsposeCellsCloud::Role;
use utf8;

use Moose::Role;
use namespace::autoclean;
use Class::Inspector;
use Log::Any qw($log);
use AsposeCellsCloud::ApiFactory;

has base_url => ( is => 'ro',
                  required => 0,
                  isa => 'Str',
                  documentation => 'Root of the server that requests are sent to',
                  );

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 2.621 seconds using v1.00-cache-2.02-grep-82fe00e-cpan-c98054f2a92 )