Class: OnboardOnRails::Tour

Inherits:
ApplicationRecord show all
Includes:
Concerns::SegmentEvaluator, Concerns::UrlMatchable
Defined in:
app/models/onboard_on_rails/tour.rb

Constant Summary collapse

STATUSES =
%w[draft active archived].freeze
TRIGGER_TYPES =
%w[auto event manual].freeze
FREQUENCIES =
%w[once every_session always].freeze
THEMES =
%w[tooltip modal banner slideout].freeze
DEVICE_TYPES =
%w[all desktop mobile].freeze

Method Summary

Methods included from Concerns::SegmentEvaluator

#matches_segment?

Methods included from Concerns::UrlMatchable

#matches_url?, pattern_matches?