API-PleskExpand
    
    
  
  
  
view release on metacpan or search on metacpan
lib/API/PleskExpand.pm view on Meta::CPAN
  username -- Expand user name (root as default).
  password -- Expand password.
  url -- full url to Expand XML RPC gate (https://ip.ad.dr.ess::8442/webgate.php').
=cut
sub new {
    (undef) = shift @_;
    my $self = __PACKAGE__->SUPER::new(@_);
    $self->{package_name} = __PACKAGE__;
    unless ($self->{api_version}) {
        $self->{api_version} = '2.2.4.1';
    }
    return $self;
}
    
  
  
  
( run in 0.594 second using v1.01-cache-2.11-cpan-a1d94b6210f )