Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 394 Bytes

File metadata and controls

20 lines (14 loc) · 394 Bytes

ElasticEmail::Segment

Properties

Name Type Description Notes
name String Segment name [optional]
rule String SQL-like rule to determine which Contacts belong to this Segment. [optional]

Example

require 'ElasticEmail'

instance = ElasticEmail::Segment.new(
  name: null,
  rule: null
)