Class: Batsir::DSL::ConditionalNotifierDeclaration::NotifierConditionDeclaration

Inherits:
Struct
  • Object
show all
Defined in:
lib/batsir/dsl/conditional_notifier_declaration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#conditionObject

Returns the value of attribute condition

Returns:

  • (Object)

    the current value of condition



6
7
8
# File 'lib/batsir/dsl/conditional_notifier_declaration.rb', line 6

def condition
  @condition
end

#notifierObject

Returns the value of attribute notifier

Returns:

  • (Object)

    the current value of notifier



6
7
8
# File 'lib/batsir/dsl/conditional_notifier_declaration.rb', line 6

def notifier
  @notifier
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



6
7
8
# File 'lib/batsir/dsl/conditional_notifier_declaration.rb', line 6

def options
  @options
end