Sha256: ee991dc628ad2177790ae36bff66a18814708d8a0268fe73112a60597eefd9f3
Contents?: true
Size: 322 Bytes
Versions: 4
Compression:
Stored size: 322 Bytes
Contents
module DocuSign module Builder class NotificationBuilder < DocuSign::Builder::Base self.builder_class = DocuSign::Notification def initialize() super end #def build(options = {}, &block) # super(options, &block).tap do |notification| # end #end end end end
Version data entries
4 entries across 4 versions & 1 rubygems