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