Method: PureCloud::CampaignSequence#repeat
- Defined in:
- lib/purecloud/models/campaign_sequence.rb
#repeat ⇒ Object
indicates if a sequence is to repeat from the beginning after the last campaign completes; default is false
48 49 50 |
# File 'lib/purecloud/models/campaign_sequence.rb', line 48 def repeat @repeat end |