Class: Talks::Hooks::BeforeNotify
- Defined in:
- lib/talks/hooks/before_notify.rb
Class Method Summary collapse
- .default_message_method ⇒ Object
- .message_method ⇒ Object
- .message_name ⇒ Object
- .one_dash_argv ⇒ Object
- .two_dashes_argv ⇒ Object
Methods inherited from Base
Class Method Details
.default_message_method ⇒ Object
10 |
# File 'lib/talks/hooks/before_notify.rb', line 10 def ; :default_message_for; end |
.message_method ⇒ Object
9 |
# File 'lib/talks/hooks/before_notify.rb', line 9 def ; :notify_message_for; end |
.message_name ⇒ Object
11 |
# File 'lib/talks/hooks/before_notify.rb', line 11 def ; :before; end |
.one_dash_argv ⇒ Object
7 |
# File 'lib/talks/hooks/before_notify.rb', line 7 def one_dash_argv; '-bn'; end |
.two_dashes_argv ⇒ Object
8 |
# File 'lib/talks/hooks/before_notify.rb', line 8 def two_dashes_argv; '--before-notify'; end |