Method: Noticed::DeliveryMethods::Base.options

Defined in:
lib/noticed/delivery_methods/base.rb

.options(*names) ⇒ Object Also known as: option



18
19
20
# File 'lib/noticed/delivery_methods/base.rb', line 18

def options(*names)
  option_names.concat Array.wrap(names)
end