lib/signrequest_client/models/signer.rb in signrequest_client-1.1.0 vs lib/signrequest_client/models/signer.rb in signrequest_client-1.2.0

- old
+ new

@@ -4,11 +4,11 @@ #API for SignRequest.com OpenAPI spec version: v1 Contact: tech-support@signrequest.com Generated by: https://github.com/swagger-api/swagger-codegen.git -Swagger Codegen version: 2.4.8 +Swagger Codegen version: 2.4.11 =end require 'date' @@ -30,15 +30,19 @@ attr_accessor :downloaded attr_accessor :signed_on + # When `false` user does not need to sign, but will receive a copy of the signed document and signing log, see: [Copy only](#section/Additional-signing-methods/Copy-only) attr_accessor :needs_to_sign + # Require user to approve the document (without adding a signature), see: [Approve only](#section/Additional-signing-methods/Approve-only) attr_accessor :approve_only + # Send notifications about the document and a copy of the signed document and signing log, but don't require them to take any action, see: [Notify only](#section/Additional-signing-methods/Notify-only) attr_accessor :notify_only + # When used in combination with an embed url on the sender, after sender has signed, they will be redirected to the next `in_person` signer, see: [In person signing](#section/Additional-signing-methods/In-person-signing) attr_accessor :in_person attr_accessor :order attr_accessor :language