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(options = {}, &block)
  @notification ||= notification_builder.build(options, &block)
end