Class: Rapidmail::Utils::Placeholder
- Inherits:
-
Object
- Object
- Rapidmail::Utils::Placeholder
- Defined in:
- lib/rapidmail/utils/placeholder.rb
Overview
Lists placeholder values for email personalization
Constant Summary collapse
- LIST =
List of available placeholders for mailings
%w[ email firstname lastname gender title zip birthdate ].freeze
Class Method Summary collapse
-
.list ⇒ Array<String>
Returns the list of available placeholders.
Class Method Details
.list ⇒ Array<String>
Returns the list of available placeholders
26 27 28 |
# File 'lib/rapidmail/utils/placeholder.rb', line 26 def self.list LIST end |