Sha256: 666606dee2428fe99b2040fffdbf5ca83fde8b34b5ec9dff1866546c477a31e5
Contents?: true
Size: 402 Bytes
Versions: 8
Compression:
Stored size: 402 Bytes
Contents
module Docusigner class Recipient < Docusigner::Base module Status CREATED = "created" SENT = "sent" DELIVERED = "delivered" SIGNED = "signed" DECLINED = "declined" COMPLETED = "completed" FAX_PENDING = "faxpending" AUTORESPONDED = "autoresponded" end belongs_to :envelope has_many :tabs end end
Version data entries
8 entries across 8 versions & 1 rubygems