Class: Axn::Webhooks::Outbound::Config::Resolution
- Inherits:
-
Data
- Object
- Data
- Axn::Webhooks::Outbound::Config::Resolution
- Defined in:
- lib/axn/webhooks/outbound/config.rb
Overview
resolve_subscribers's return value: subscribers is the Array of validated Subscribers
to actually fan out to; rejections is { target:, reason: } for every row TargetPolicy
refused. Rejection is PER ROW -- one malformed subscriber (or one your allowed_hosts/
allow_url policy refuses) never discards the rest of a fan-out.
Instance Attribute Summary collapse
-
#rejections ⇒ Object
readonly
Returns the value of attribute rejections.
-
#subscribers ⇒ Object
readonly
Returns the value of attribute subscribers.
Instance Attribute Details
#rejections ⇒ Object (readonly)
Returns the value of attribute rejections
150 151 152 |
# File 'lib/axn/webhooks/outbound/config.rb', line 150 def rejections @rejections end |
#subscribers ⇒ Object (readonly)
Returns the value of attribute subscribers
150 151 152 |
# File 'lib/axn/webhooks/outbound/config.rb', line 150 def subscribers @subscribers end |