X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Faccess_usergroup.pm;h=8511fe5be201ea6fe03530b55201354ea2d69077;hp=4d8836c15c04fb15cb71f0159fa5522f43c219c0;hb=74e058c8a010ef6feb539248a550d0bb169c1e94;hpb=9509e5bfb7f9331303153cac24d7bfecbe2ea9f1 diff --git a/FS/FS/access_usergroup.pm b/FS/FS/access_usergroup.pm index 4d8836c15..8511fe5be 100644 --- a/FS/FS/access_usergroup.pm +++ b/FS/FS/access_usergroup.pm @@ -29,8 +29,9 @@ FS::access_usergroup - Object methods for access_usergroup records =head1 DESCRIPTION -An FS::access_usergroup object represents an example. FS::access_usergroup inherits from -FS::Record. The following fields are currently supported: +An FS::access_usergroup object represents an internal access user's membership +in a group. FS::access_usergroup inherits from FS::Record. The following +fields are currently supported: =over 4 @@ -49,7 +50,7 @@ FS::Record. The following fields are currently supported: =item new HASHREF -Creates a new example. To add the example to the database, see L<"insert">. +Creates a new record. To add the record to the database, see L<"insert">. Note that this stores the hash reference, not a distinct copy of the hash it points to. You can ask the object for a copy with the I method. @@ -88,7 +89,7 @@ returns the error, otherwise returns false. =item check -Checks all fields to make sure this is a valid example. If there is +Checks all fields to make sure this is a valid record. If there is an error, returns the error, otherwise returns false. Called by the insert and replace methods. @@ -132,8 +133,6 @@ sub access_group { =head1 BUGS -The author forgot to customize this manpage. - =head1 SEE ALSO L, schema.html from the base documentation.