Class: Workarea::Listrak::Configuration
- Inherits:
-
Object
- Object
- Workarea::Listrak::Configuration
- Includes:
- ApplicationDocument
- Defined in:
- app/models/workarea/listrak/configuration.rb
Instance Attribute Summary collapse
-
#default_list_id ⇒ Integer
List id customers are subscribed to.
-
#external_event_ids ⇒ Array<Integer>
Event ids to trigger when subscribing a customer.
Instance Attribute Details
#default_list_id ⇒ Integer
Returns list id customers are subscribed to.
9 |
# File 'app/models/workarea/listrak/configuration.rb', line 9 field :default_list_id, type: String |
#external_event_ids ⇒ Array<Integer>
Returns event ids to trigger when subscribing a customer.
14 |
# File 'app/models/workarea/listrak/configuration.rb', line 14 field :external_event_ids, type: Array |