lib/dropbox-sign/models/sub_attachment.rb in dropbox-sign-1.4.0 vs lib/dropbox-sign/models/sub_attachment.rb in dropbox-sign-1.4.1

- old
+ new

@@ -20,10 +20,10 @@ class SubAttachment # The name of attachment. # @return [String] attr_accessor :name - # The signer's index in the `signers` parameter (0-based indexing). **NOTE**: Only one signer can be assigned per attachment. + # The signer's index in the `signers` parameter (0-based indexing). **NOTE:** Only one signer can be assigned per attachment. # @return [Integer] attr_accessor :signer_index # The instructions for uploading the attachment. # @return [String]