lib/docusign_esign/models/number.rb in docusign_esign-3.9.0.rc1 vs lib/docusign_esign/models/number.rb in docusign_esign-3.9.0
- old
+ new
@@ -217,10 +217,13 @@
attr_accessor :shared_metadata
attr_accessor :smart_contract_information
+ #
+ attr_accessor :source
+
# Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.
attr_accessor :status
attr_accessor :status_metadata
@@ -383,10 +386,11 @@
:'sender_required' => :'senderRequired',
:'sender_required_metadata' => :'senderRequiredMetadata',
:'shared' => :'shared',
:'shared_metadata' => :'sharedMetadata',
:'smart_contract_information' => :'smartContractInformation',
+ :'source' => :'source',
:'status' => :'status',
:'status_metadata' => :'statusMetadata',
:'tab_group_labels' => :'tabGroupLabels',
:'tab_group_labels_metadata' => :'tabGroupLabelsMetadata',
:'tab_id' => :'tabId',
@@ -504,10 +508,11 @@
:'sender_required' => :'String',
:'sender_required_metadata' => :'PropertyMetadata',
:'shared' => :'String',
:'shared_metadata' => :'PropertyMetadata',
:'smart_contract_information' => :'SmartContractInformation',
+ :'source' => :'String',
:'status' => :'String',
:'status_metadata' => :'PropertyMetadata',
:'tab_group_labels' => :'Array<String>',
:'tab_group_labels_metadata' => :'PropertyMetadata',
:'tab_id' => :'String',
@@ -879,10 +884,14 @@
if attributes.has_key?(:'smartContractInformation')
self.smart_contract_information = attributes[:'smartContractInformation']
end
+ if attributes.has_key?(:'source')
+ self.source = attributes[:'source']
+ end
+
if attributes.has_key?(:'status')
self.status = attributes[:'status']
end
if attributes.has_key?(:'statusMetadata')
@@ -1111,10 +1120,11 @@
sender_required == o.sender_required &&
sender_required_metadata == o.sender_required_metadata &&
shared == o.shared &&
shared_metadata == o.shared_metadata &&
smart_contract_information == o.smart_contract_information &&
+ source == o.source &&
status == o.status &&
status_metadata == o.status_metadata &&
tab_group_labels == o.tab_group_labels &&
tab_group_labels_metadata == o.tab_group_labels_metadata &&
tab_id == o.tab_id &&
@@ -1154,10 +1164,10 @@
end
# Calculates hash code according to all attributes.
# @return [Fixnum] Hash code
def hash
- [anchor_allow_white_space_in_characters, anchor_allow_white_space_in_characters_metadata, anchor_case_sensitive, anchor_case_sensitive_metadata, anchor_horizontal_alignment, anchor_horizontal_alignment_metadata, anchor_ignore_if_not_present, anchor_ignore_if_not_present_metadata, anchor_match_whole_word, anchor_match_whole_word_metadata, anchor_string, anchor_string_metadata, anchor_tab_processor_version, anchor_tab_processor_version_metadata, anchor_units, anchor_units_metadata, anchor_x_offset, anchor_x_offset_metadata, anchor_y_offset, anchor_y_offset_metadata, bold, bold_metadata, conceal_value_on_document, conceal_value_on_document_metadata, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, disable_auto_size, disable_auto_size_metadata, document_id, document_id_metadata, error_details, font, font_color, font_color_metadata, font_metadata, font_size, font_size_metadata, form_order, form_order_metadata, form_page_label, form_page_label_metadata, form_page_number, form_page_number_metadata, formula, formula_metadata, height, height_metadata, is_payment_amount, is_payment_amount_metadata, italic, italic_metadata, locale_policy, locked, locked_metadata, max_length, max_length_metadata, merge_field, merge_field_xml, name, name_metadata, original_value, original_value_metadata, page_number, page_number_metadata, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_metadata, require_all, require_all_metadata, required, required_metadata, require_initial_on_shared_change, require_initial_on_shared_change_metadata, sender_required, sender_required_metadata, shared, shared_metadata, smart_contract_information, status, status_metadata, tab_group_labels, tab_group_labels_metadata, tab_id, tab_id_metadata, tab_label, tab_label_metadata, tab_order, tab_order_metadata, tab_type, tab_type_metadata, template_locked, template_locked_metadata, template_required, template_required_metadata, tooltip, tool_tip_metadata, underline, underline_metadata, validation_message, validation_message_metadata, validation_pattern, validation_pattern_metadata, value, value_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
+ [anchor_allow_white_space_in_characters, anchor_allow_white_space_in_characters_metadata, anchor_case_sensitive, anchor_case_sensitive_metadata, anchor_horizontal_alignment, anchor_horizontal_alignment_metadata, anchor_ignore_if_not_present, anchor_ignore_if_not_present_metadata, anchor_match_whole_word, anchor_match_whole_word_metadata, anchor_string, anchor_string_metadata, anchor_tab_processor_version, anchor_tab_processor_version_metadata, anchor_units, anchor_units_metadata, anchor_x_offset, anchor_x_offset_metadata, anchor_y_offset, anchor_y_offset_metadata, bold, bold_metadata, conceal_value_on_document, conceal_value_on_document_metadata, conditional_parent_label, conditional_parent_label_metadata, conditional_parent_value, conditional_parent_value_metadata, custom_tab_id, custom_tab_id_metadata, disable_auto_size, disable_auto_size_metadata, document_id, document_id_metadata, error_details, font, font_color, font_color_metadata, font_metadata, font_size, font_size_metadata, form_order, form_order_metadata, form_page_label, form_page_label_metadata, form_page_number, form_page_number_metadata, formula, formula_metadata, height, height_metadata, is_payment_amount, is_payment_amount_metadata, italic, italic_metadata, locale_policy, locked, locked_metadata, max_length, max_length_metadata, merge_field, merge_field_xml, name, name_metadata, original_value, original_value_metadata, page_number, page_number_metadata, recipient_id, recipient_id_guid, recipient_id_guid_metadata, recipient_id_metadata, require_all, require_all_metadata, required, required_metadata, require_initial_on_shared_change, require_initial_on_shared_change_metadata, sender_required, sender_required_metadata, shared, shared_metadata, smart_contract_information, source, status, status_metadata, tab_group_labels, tab_group_labels_metadata, tab_id, tab_id_metadata, tab_label, tab_label_metadata, tab_order, tab_order_metadata, tab_type, tab_type_metadata, template_locked, template_locked_metadata, template_required, template_required_metadata, tooltip, tool_tip_metadata, underline, underline_metadata, validation_message, validation_message_metadata, validation_pattern, validation_pattern_metadata, value, value_metadata, width, width_metadata, x_position, x_position_metadata, y_position, y_position_metadata].hash
end
# Builds the object from hash
# @param [Hash] attributes Model attributes in the form of hash
# @return [Object] Returns the model itself