-
-
03 Sep 2020 20:15:28 UTC
- Distribution: Net-Fastly
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (11)
- Testers (296 / 0 / 0)
- Kwalitee
Bus factor: 1- 28.55% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (37.76KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 14 contributors- - Fastly Inc
-
andri
-
Andri Antoniades
-
Artur Bergman
-
Eric Hodel
-
Gabor Szabo
-
Geoffrey Schorkopf
-
Leon Brocard
-
Matthew Wodrich
-
Michael May
-
Simon Wistow
-
Steve Ivy
-
Tatsuhiko Miyagawa
-
Thom Mahoney
NAME
Net::Fastly::User - a representation of a user
ACCESSORS
id
The id of this user
name
The name of this user
customer_id
The id of the customer this user belongs to
role
The role this user has (one of admin, owner, superuser, user, engineer, billing)
METHODS
customer
Get the Customer object this user belongs to.
owner
Where this user is the owner of their Customer.
can_do <role>
Whether or not this user has the capabilities of a given role.
So for example a super user can_do superuser or user or engineer or billing.
Module Install Instructions
To install Net::Fastly, copy and paste the appropriate command in to your terminal.
cpanm Net::Fastly
perl -MCPAN -e shell install Net::Fastly
For more information on module installation, please visit the detailed CPAN module installation guide.