Exception: Flapjack::Gateways::JSONAPI::NotificationRulesNotFound
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Flapjack::Gateways::JSONAPI::NotificationRulesNotFound
- Defined in:
- lib/flapjack/gateways/jsonapi.rb
Instance Attribute Summary collapse
-
#notification_rule_ids ⇒ Object
readonly
Returns the value of attribute notification_rule_ids.
Instance Method Summary collapse
-
#initialize(notification_rule_ids) ⇒ NotificationRulesNotFound
constructor
A new instance of NotificationRulesNotFound.
Constructor Details
#initialize(notification_rule_ids) ⇒ NotificationRulesNotFound
Returns a new instance of NotificationRulesNotFound.
65 66 67 |
# File 'lib/flapjack/gateways/jsonapi.rb', line 65 def initialize(notification_rule_ids) @notification_rule_ids = notification_rule_ids end |
Instance Attribute Details
#notification_rule_ids ⇒ Object (readonly)
Returns the value of attribute notification_rule_ids.
64 65 66 |
# File 'lib/flapjack/gateways/jsonapi.rb', line 64 def notification_rule_ids @notification_rule_ids end |