Class: Foobara::Callback::Registry::SingleAction
- Inherits:
-
Base
- Object
- Base
- Foobara::Callback::Registry::SingleAction
show all
- Defined in:
- foobara-0.0.110/projects/callback/src/registry/single_action.rb
Instance Attribute Summary
Attributes inherited from Base
#allowed_types
Instance Method Summary
collapse
Methods inherited from Base
#after, #around, #before, #error, #has_after_callbacks?, #has_around_callbacks?, #has_before_callbacks?, #has_callbacks?, #has_error_callbacks?, #register_callback, #runner
Instance Method Details
#specific_callback_set_for ⇒ Object
5
6
7
|
# File 'foobara-0.0.110/projects/callback/src/registry/single_action.rb', line 5
def specific_callback_set_for
@specific_callback_set_for ||= Callback::Set.new
end
|
#unioned_callback_set_for ⇒ Object
9
10
11
|
# File 'foobara-0.0.110/projects/callback/src/registry/single_action.rb', line 9
def unioned_callback_set_for
specific_callback_set_for
end
|