Method: DocuSign::Envelope#notification
- Defined in:
- lib/docu_sign/envelope.rb
#notification(options = {}, &block) ⇒ Object
94 95 96 |
# File 'lib/docu_sign/envelope.rb', line 94 def notification( = {}, &block) @notification ||= notification_builder.build(, &block) end |