lib/docusign_esign/models/envelope.rb in docusign_esign-3.1.0.rc2 vs lib/docusign_esign/models/envelope.rb in docusign_esign-3.2.0.rc1
- old
+ new
@@ -57,10 +57,13 @@
attr_accessor :certificate_uri
# Specifies the date and time this item was completed.
attr_accessor :completed_date_time
+ #
+ attr_accessor :copy_recipient_data
+
# Indicates the date and time the item was created.
attr_accessor :created_date_time
attr_accessor :custom_fields
@@ -245,10 +248,11 @@
:'auto_navigation' => :'autoNavigation',
:'brand_id' => :'brandId',
:'brand_lock' => :'brandLock',
:'certificate_uri' => :'certificateUri',
:'completed_date_time' => :'completedDateTime',
+ :'copy_recipient_data' => :'copyRecipientData',
:'created_date_time' => :'createdDateTime',
:'custom_fields' => :'customFields',
:'custom_fields_uri' => :'customFieldsUri',
:'declined_date_time' => :'declinedDateTime',
:'deleted_date_time' => :'deletedDateTime',
@@ -325,10 +329,11 @@
:'auto_navigation' => :'String',
:'brand_id' => :'String',
:'brand_lock' => :'String',
:'certificate_uri' => :'String',
:'completed_date_time' => :'String',
+ :'copy_recipient_data' => :'String',
:'created_date_time' => :'String',
:'custom_fields' => :'CustomFields',
:'custom_fields_uri' => :'String',
:'declined_date_time' => :'String',
:'deleted_date_time' => :'String',
@@ -455,10 +460,14 @@
if attributes.has_key?(:'completedDateTime')
self.completed_date_time = attributes[:'completedDateTime']
end
+ if attributes.has_key?(:'copyRecipientData')
+ self.copy_recipient_data = attributes[:'copyRecipientData']
+ end
+
if attributes.has_key?(:'createdDateTime')
self.created_date_time = attributes[:'createdDateTime']
end
if attributes.has_key?(:'customFields')
@@ -732,10 +741,11 @@
auto_navigation == o.auto_navigation &&
brand_id == o.brand_id &&
brand_lock == o.brand_lock &&
certificate_uri == o.certificate_uri &&
completed_date_time == o.completed_date_time &&
+ copy_recipient_data == o.copy_recipient_data &&
created_date_time == o.created_date_time &&
custom_fields == o.custom_fields &&
custom_fields_uri == o.custom_fields_uri &&
declined_date_time == o.declined_date_time &&
deleted_date_time == o.deleted_date_time &&
@@ -802,10 +812,10 @@
end
# Calculates hash code according to all attributes.
# @return [Fixnum] Hash code
def hash
- [access_control_list_base64, allow_comments, allow_markup, allow_reassign, allow_view_history, any_signer, asynchronous, attachments_uri, authoritative_copy, authoritative_copy_default, auto_navigation, brand_id, brand_lock, certificate_uri, completed_date_time, created_date_time, custom_fields, custom_fields_uri, declined_date_time, deleted_date_time, delivered_date_time, disable_responsive_document, documents_combined_uri, documents_uri, email_blurb, email_settings, email_subject, enable_wet_sign, enforce_signer_visibility, envelope_attachments, envelope_documents, envelope_id, envelope_id_stamping, envelope_location, envelope_metadata, envelope_uri, expire_after, expire_date_time, expire_enabled, external_envelope_id, folders, has_comments, has_form_data_changed, has_wav_file, holder, initial_sent_date_time, is21_cfr_part11, is_dynamic_envelope, is_signature_provider_envelope, last_modified_date_time, location, lock_information, message_lock, notification, notification_uri, power_form, purge_completed_date, purge_request_date, purge_state, recipients, recipients_lock, recipients_uri, sender, sent_date_time, signer_can_sign_on_mobile, signing_location, status, status_changed_date_time, status_date_time, templates_uri, transaction_id, use_disclosure, voided_date_time, voided_reason].hash
+ [access_control_list_base64, allow_comments, allow_markup, allow_reassign, allow_view_history, any_signer, asynchronous, attachments_uri, authoritative_copy, authoritative_copy_default, auto_navigation, brand_id, brand_lock, certificate_uri, completed_date_time, copy_recipient_data, created_date_time, custom_fields, custom_fields_uri, declined_date_time, deleted_date_time, delivered_date_time, disable_responsive_document, documents_combined_uri, documents_uri, email_blurb, email_settings, email_subject, enable_wet_sign, enforce_signer_visibility, envelope_attachments, envelope_documents, envelope_id, envelope_id_stamping, envelope_location, envelope_metadata, envelope_uri, expire_after, expire_date_time, expire_enabled, external_envelope_id, folders, has_comments, has_form_data_changed, has_wav_file, holder, initial_sent_date_time, is21_cfr_part11, is_dynamic_envelope, is_signature_provider_envelope, last_modified_date_time, location, lock_information, message_lock, notification, notification_uri, power_form, purge_completed_date, purge_request_date, purge_state, recipients, recipients_lock, recipients_uri, sender, sent_date_time, signer_can_sign_on_mobile, signing_location, status, status_changed_date_time, status_date_time, templates_uri, transaction_id, use_disclosure, voided_date_time, voided_reason].hash
end
# Builds the object from hash
# @param [Hash] attributes Model attributes in the form of hash
# @return [Object] Returns the model itself