Freeside:4:Documentation:Developer/FS/svc CGPRule Mixin

From Freeside
< Freeside:4:Documentation:Developer‎ | FS
Revision as of 08:29, 18 November 2015 by Jeremyd (talk | contribs) (Edit via perl MediaWiki framework (1.13))

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

NAME

FS::svc_CGPRule_Mixin - Mixin class for svc_classes which can be related to cgp_rule

SYNOPSIS

package FS::svc_table; use base qw( FS::svc_CGPRule_Mixin FS::svc_Common );

DESCRIPTION

This is a mixin class for svc_ classes that can have Communigate Pro rules (currently, domains and accounts).

METHODS

cgp_rule
Returns the rules associated with this service, as FS::cgp_rule objects.
cgp_rule_arrayref
Returns an arrayref of rules suitable for Communigate Pro API commands.

BUGS

SEE ALSO

FS::cgp_rule