lib/docusign_esign/models/ssn.rb in docusign_esign-3.16.0 vs lib/docusign_esign/models/ssn.rb in docusign_esign-3.17.0
- old
+ new
@@ -66,10 +66,15 @@
# When set to **true**, the information in the tab is bold.
attr_accessor :bold
attr_accessor :bold_metadata
+ #
+ attr_accessor :caption
+
+ attr_accessor :caption_metadata
+
# When set to **true**, the field appears normally while the recipient is adding or modifying the information in the field, but the data is not visible (the characters are hidden by asterisks) to any other signer or the sender. When an envelope is completed the information is available to the sender through the Form Data link in the DocuSign Console. This setting applies only to text boxes and does not affect list boxes, radio buttons, or check boxes.
attr_accessor :conceal_value_on_document
attr_accessor :conceal_value_on_document_metadata
@@ -320,10 +325,12 @@
:'anchor_x_offset_metadata' => :'anchorXOffsetMetadata',
:'anchor_y_offset' => :'anchorYOffset',
:'anchor_y_offset_metadata' => :'anchorYOffsetMetadata',
:'bold' => :'bold',
:'bold_metadata' => :'boldMetadata',
+ :'caption' => :'caption',
+ :'caption_metadata' => :'captionMetadata',
:'conceal_value_on_document' => :'concealValueOnDocument',
:'conceal_value_on_document_metadata' => :'concealValueOnDocumentMetadata',
:'conditional_parent_label' => :'conditionalParentLabel',
:'conditional_parent_label_metadata' => :'conditionalParentLabelMetadata',
:'conditional_parent_value' => :'conditionalParentValue',
@@ -440,10 +447,12 @@
:'anchor_x_offset_metadata' => :'PropertyMetadata',
:'anchor_y_offset' => :'String',
:'anchor_y_offset_metadata' => :'PropertyMetadata',
:'bold' => :'String',
:'bold_metadata' => :'PropertyMetadata',
+ :'caption' => :'String',
+ :'caption_metadata' => :'PropertyMetadata',
:'conceal_value_on_document' => :'String',
:'conceal_value_on_document_metadata' => :'PropertyMetadata',
:'conditional_parent_label' => :'String',
:'conditional_parent_label_metadata' => :'PropertyMetadata',
:'conditional_parent_value' => :'String',
@@ -631,10 +640,18 @@
if attributes.has_key?(:'boldMetadata')
self.bold_metadata = attributes[:'boldMetadata']
end
+ if attributes.has_key?(:'caption')
+ self.caption = attributes[:'caption']
+ end
+
+ if attributes.has_key?(:'captionMetadata')
+ self.caption_metadata = attributes[:'captionMetadata']
+ end
+
if attributes.has_key?(:'concealValueOnDocument')
self.conceal_value_on_document = attributes[:'concealValueOnDocument']
end
if attributes.has_key?(:'concealValueOnDocumentMetadata')
@@ -1042,10 +1059,12 @@
anchor_x_offset_metadata == o.anchor_x_offset_metadata &&
anchor_y_offset == o.anchor_y_offset &&
anchor_y_offset_metadata == o.anchor_y_offset_metadata &&
bold == o.bold &&
bold_metadata == o.bold_metadata &&
+ caption == o.caption &&
+ caption_metadata == o.caption_metadata &&
conceal_value_on_document == o.conceal_value_on_document &&
conceal_value_on_document_metadata == o.conceal_value_on_document_metadata &&
conditional_parent_label == o.conditional_parent_label &&
conditional_parent_label_metadata == o.conditional_parent_label_metadata &&
conditional_parent_value == o.conditional_parent_value &&
@@ -1145,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, height, height_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, share_to_recipients, share_to_recipients_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
+ [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, caption, caption_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, height, height_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, share_to_recipients, share_to_recipients_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