Class: Batsir::Notifiers::ConditionalNotifier::NotifierCondition
- Inherits:
-
Struct
- Object
- Struct
- Batsir::Notifiers::ConditionalNotifier::NotifierCondition
- Defined in:
- lib/batsir/notifiers/conditional_notifier.rb
Instance Attribute Summary collapse
-
#condition ⇒ Object
Returns the value of attribute condition.
-
#notifier ⇒ Object
Returns the value of attribute notifier.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#condition ⇒ Object
Returns the value of attribute condition
6 7 8 |
# File 'lib/batsir/notifiers/conditional_notifier.rb', line 6 def condition @condition end |
#notifier ⇒ Object
Returns the value of attribute notifier
6 7 8 |
# File 'lib/batsir/notifiers/conditional_notifier.rb', line 6 def notifier @notifier end |
#options ⇒ Object
Returns the value of attribute options
6 7 8 |
# File 'lib/batsir/notifiers/conditional_notifier.rb', line 6 def end |