Class: DocuSign_eSign::UserSettingsInformation

Inherits:
Object
  • Object
show all
Defined in:
lib/docusign_esign/models/user_settings_information.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ UserSettingsInformation

Initializes the object

Parameters:

  • attributes (Hash) (defaults to: {})

    Model attributes in the form of hash



593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
# File 'lib/docusign_esign/models/user_settings_information.rb', line 593

def initialize(attributes = {})
  return unless attributes.is_a?(Hash)

  # convert string to symbol for hash key
  attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }

  if attributes.has_key?(:'accountManagementGranular')
    self. = attributes[:'accountManagementGranular']
  end

  if attributes.has_key?(:'adminOnly')
    self.admin_only = attributes[:'adminOnly']
  end

  if attributes.has_key?(:'adminOnlyMetadata')
    self. = attributes[:'adminOnlyMetadata']
  end

  if attributes.has_key?(:'allowAutoTagging')
    self.allow_auto_tagging = attributes[:'allowAutoTagging']
  end

  if attributes.has_key?(:'allowEnvelopeTransferTo')
    self.allow_envelope_transfer_to = attributes[:'allowEnvelopeTransferTo']
  end

  if attributes.has_key?(:'allowEnvelopeTransferToMetadata')
    self. = attributes[:'allowEnvelopeTransferToMetadata']
  end

  if attributes.has_key?(:'allowEsealRecipients')
    self.allow_eseal_recipients = attributes[:'allowEsealRecipients']
  end

  if attributes.has_key?(:'allowEsealRecipientsMetadata')
    self. = attributes[:'allowEsealRecipientsMetadata']
  end

  if attributes.has_key?(:'allowPowerFormsAdminToAccessAllPowerFormEnvelope')
    self.allow_power_forms_admin_to_access_all_power_form_envelope = attributes[:'allowPowerFormsAdminToAccessAllPowerFormEnvelope']
  end

  if attributes.has_key?(:'allowPowerFormsAdminToAccessAllPowerFormEnvelopeMetadata')
    self. = attributes[:'allowPowerFormsAdminToAccessAllPowerFormEnvelopeMetadata']
  end

  if attributes.has_key?(:'allowRecipientLanguageSelection')
    self.allow_recipient_language_selection = attributes[:'allowRecipientLanguageSelection']
  end

  if attributes.has_key?(:'allowRecipientLanguageSelectionMetadata')
    self. = attributes[:'allowRecipientLanguageSelectionMetadata']
  end

  if attributes.has_key?(:'allowSendOnBehalfOf')
    self.allow_send_on_behalf_of = attributes[:'allowSendOnBehalfOf']
  end

  if attributes.has_key?(:'allowSendOnBehalfOfMetadata')
    self. = attributes[:'allowSendOnBehalfOfMetadata']
  end

  if attributes.has_key?(:'allowSupplementalDocuments')
    self.allow_supplemental_documents = attributes[:'allowSupplementalDocuments']
  end

  if attributes.has_key?(:'allowSupplementalDocumentsMetadata')
    self. = attributes[:'allowSupplementalDocumentsMetadata']
  end

  if attributes.has_key?(:'anchorTagVersionedPlacementEnabled')
    self.anchor_tag_versioned_placement_enabled = attributes[:'anchorTagVersionedPlacementEnabled']
  end

  if attributes.has_key?(:'apiAccountWideAccess')
    self. = attributes[:'apiAccountWideAccess']
  end

  if attributes.has_key?(:'apiAccountWideAccessMetadata')
    self. = attributes[:'apiAccountWideAccessMetadata']
  end

  if attributes.has_key?(:'apiCanExportAC')
    self.api_can_export_ac = attributes[:'apiCanExportAC']
  end

  if attributes.has_key?(:'apiCanExportACMetadata')
    self. = attributes[:'apiCanExportACMetadata']
  end

  if attributes.has_key?(:'bulkSend')
    self.bulk_send = attributes[:'bulkSend']
  end

  if attributes.has_key?(:'bulkSendMetadata')
    self. = attributes[:'bulkSendMetadata']
  end

  if attributes.has_key?(:'canChargeAccount')
    self. = attributes[:'canChargeAccount']
  end

  if attributes.has_key?(:'canChargeAccountMetadata')
    self. = attributes[:'canChargeAccountMetadata']
  end

  if attributes.has_key?(:'canEditSharedAddressbook')
    self.can_edit_shared_addressbook = attributes[:'canEditSharedAddressbook']
  end

  if attributes.has_key?(:'canEditSharedAddressbookMetadata')
    self. = attributes[:'canEditSharedAddressbookMetadata']
  end

  if attributes.has_key?(:'canLockEnvelopes')
    self.can_lock_envelopes = attributes[:'canLockEnvelopes']
  end

  if attributes.has_key?(:'canLockEnvelopesMetadata')
    self. = attributes[:'canLockEnvelopesMetadata']
  end

  if attributes.has_key?(:'canManageAccount')
    self. = attributes[:'canManageAccount']
  end

  if attributes.has_key?(:'canManageAccountMetadata')
    self. = attributes[:'canManageAccountMetadata']
  end

  if attributes.has_key?(:'canManageDistributor')
    self.can_manage_distributor = attributes[:'canManageDistributor']
  end

  if attributes.has_key?(:'canManageDistributorMetadata')
    self. = attributes[:'canManageDistributorMetadata']
  end

  if attributes.has_key?(:'canManageTemplates')
    self.can_manage_templates = attributes[:'canManageTemplates']
  end

  if attributes.has_key?(:'canManageTemplatesMetadata')
    self. = attributes[:'canManageTemplatesMetadata']
  end

  if attributes.has_key?(:'canSendAPIRequests')
    self.can_send_api_requests = attributes[:'canSendAPIRequests']
  end

  if attributes.has_key?(:'canSendAPIRequestsMetadata')
    self. = attributes[:'canSendAPIRequestsMetadata']
  end

  if attributes.has_key?(:'canSendEnvelope')
    self.can_send_envelope = attributes[:'canSendEnvelope']
  end

  if attributes.has_key?(:'canSendEnvelopeMetadata')
    self. = attributes[:'canSendEnvelopeMetadata']
  end

  if attributes.has_key?(:'canSendEnvelopesViaSMS')
    self.can_send_envelopes_via_sms = attributes[:'canSendEnvelopesViaSMS']
  end

  if attributes.has_key?(:'canSendEnvelopesViaSMSMetadata')
    self. = attributes[:'canSendEnvelopesViaSMSMetadata']
  end

  if attributes.has_key?(:'canSignEnvelope')
    self.can_sign_envelope = attributes[:'canSignEnvelope']
  end

  if attributes.has_key?(:'canSignEnvelopeMetadata')
    self. = attributes[:'canSignEnvelopeMetadata']
  end

  if attributes.has_key?(:'canUseScratchpad')
    self.can_use_scratchpad = attributes[:'canUseScratchpad']
  end

  if attributes.has_key?(:'canUseScratchpadMetadata')
    self. = attributes[:'canUseScratchpadMetadata']
  end

  if attributes.has_key?(:'canUseSmartContracts')
    self.can_use_smart_contracts = attributes[:'canUseSmartContracts']
  end

  if attributes.has_key?(:'canUseSmartContractsMetadata')
    self. = attributes[:'canUseSmartContractsMetadata']
  end

  if attributes.has_key?(:'disableDocumentUpload')
    self.disable_document_upload = attributes[:'disableDocumentUpload']
  end

  if attributes.has_key?(:'disableDocumentUploadMetadata')
    self. = attributes[:'disableDocumentUploadMetadata']
  end

  if attributes.has_key?(:'disableOtherActions')
    self.disable_other_actions = attributes[:'disableOtherActions']
  end

  if attributes.has_key?(:'disableOtherActionsMetadata')
    self. = attributes[:'disableOtherActionsMetadata']
  end

  if attributes.has_key?(:'enableDSPro')
    self.enable_ds_pro = attributes[:'enableDSPro']
  end

  if attributes.has_key?(:'enableDSProMetadata')
    self. = attributes[:'enableDSProMetadata']
  end

  if attributes.has_key?(:'enableKeyTermsSuggestionsByDocumentType')
    self.enable_key_terms_suggestions_by_document_type = attributes[:'enableKeyTermsSuggestionsByDocumentType']
  end

  if attributes.has_key?(:'enableKeyTermsSuggestionsByDocumentTypeMetadata')
    self. = attributes[:'enableKeyTermsSuggestionsByDocumentTypeMetadata']
  end

  if attributes.has_key?(:'enableSequentialSigningAPI')
    self.enable_sequential_signing_api = attributes[:'enableSequentialSigningAPI']
  end

  if attributes.has_key?(:'enableSequentialSigningAPIMetadata')
    self. = attributes[:'enableSequentialSigningAPIMetadata']
  end

  if attributes.has_key?(:'enableSequentialSigningUI')
    self.enable_sequential_signing_ui = attributes[:'enableSequentialSigningUI']
  end

  if attributes.has_key?(:'enableSequentialSigningUIMetadata')
    self. = attributes[:'enableSequentialSigningUIMetadata']
  end

  if attributes.has_key?(:'enableSignerAttachments')
    self.enable_signer_attachments = attributes[:'enableSignerAttachments']
  end

  if attributes.has_key?(:'enableSignerAttachmentsMetadata')
    self. = attributes[:'enableSignerAttachmentsMetadata']
  end

  if attributes.has_key?(:'enableSignOnPaperOverride')
    self.enable_sign_on_paper_override = attributes[:'enableSignOnPaperOverride']
  end

  if attributes.has_key?(:'enableSignOnPaperOverrideMetadata')
    self. = attributes[:'enableSignOnPaperOverrideMetadata']
  end

  if attributes.has_key?(:'enableTransactionPoint')
    self.enable_transaction_point = attributes[:'enableTransactionPoint']
  end

  if attributes.has_key?(:'enableTransactionPointMetadata')
    self. = attributes[:'enableTransactionPointMetadata']
  end

  if attributes.has_key?(:'enableVaulting')
    self.enable_vaulting = attributes[:'enableVaulting']
  end

  if attributes.has_key?(:'enableVaultingMetadata')
    self. = attributes[:'enableVaultingMetadata']
  end

  if attributes.has_key?(:'expressSendOnly')
    self.express_send_only = attributes[:'expressSendOnly']
  end

  if attributes.has_key?(:'locale')
    self.locale = attributes[:'locale']
  end

  if attributes.has_key?(:'localeMetadata')
    self. = attributes[:'localeMetadata']
  end

  if attributes.has_key?(:'localePolicy')
    self.locale_policy = attributes[:'localePolicy']
  end

  if attributes.has_key?(:'manageClickwrapsMode')
    self.manage_clickwraps_mode = attributes[:'manageClickwrapsMode']
  end

  if attributes.has_key?(:'manageClickwrapsModeMetadata')
    self. = attributes[:'manageClickwrapsModeMetadata']
  end

  if attributes.has_key?(:'modifiedBy')
    self.modified_by = attributes[:'modifiedBy']
  end

  if attributes.has_key?(:'modifiedByMetadata')
    self. = attributes[:'modifiedByMetadata']
  end

  if attributes.has_key?(:'modifiedDate')
    self.modified_date = attributes[:'modifiedDate']
  end

  if attributes.has_key?(:'modifiedDateMetadata')
    self. = attributes[:'modifiedDateMetadata']
  end

  if attributes.has_key?(:'modifiedPage')
    self.modified_page = attributes[:'modifiedPage']
  end

  if attributes.has_key?(:'modifiedPageMetadata')
    self. = attributes[:'modifiedPageMetadata']
  end

  if attributes.has_key?(:'newSendUI')
    self.new_send_ui = attributes[:'newSendUI']
  end

  if attributes.has_key?(:'newSendUIMetadata')
    self. = attributes[:'newSendUIMetadata']
  end

  if attributes.has_key?(:'powerFormMode')
    self.power_form_mode = attributes[:'powerFormMode']
  end

  if attributes.has_key?(:'powerFormModeMetadata')
    self. = attributes[:'powerFormModeMetadata']
  end

  if attributes.has_key?(:'recipientViewedNotification')
    self.recipient_viewed_notification = attributes[:'recipientViewedNotification']
  end

  if attributes.has_key?(:'recipientViewedNotificationMetadata')
    self. = attributes[:'recipientViewedNotificationMetadata']
  end

  if attributes.has_key?(:'sealIdentifiers')
    if (value = attributes[:'sealIdentifiers']).is_a?(Array)
      self.seal_identifiers = value
    end
  end

  if attributes.has_key?(:'selfSignedRecipientEmailDocument')
    self.self_signed_recipient_email_document = attributes[:'selfSignedRecipientEmailDocument']
  end

  if attributes.has_key?(:'selfSignedRecipientEmailDocumentMetadata')
    self. = attributes[:'selfSignedRecipientEmailDocumentMetadata']
  end

  if attributes.has_key?(:'senderEmailNotifications')
    self.sender_email_notifications = attributes[:'senderEmailNotifications']
  end

  if attributes.has_key?(:'signerEmailNotifications')
    self.signer_email_notifications = attributes[:'signerEmailNotifications']
  end

  if attributes.has_key?(:'supplementalDocumentIncludeInDownload')
    self.supplemental_document_include_in_download = attributes[:'supplementalDocumentIncludeInDownload']
  end

  if attributes.has_key?(:'supplementalDocumentsMustAccept')
    self.supplemental_documents_must_accept = attributes[:'supplementalDocumentsMustAccept']
  end

  if attributes.has_key?(:'supplementalDocumentsMustAcceptMetadata')
    self. = attributes[:'supplementalDocumentsMustAcceptMetadata']
  end

  if attributes.has_key?(:'supplementalDocumentsMustRead')
    self.supplemental_documents_must_read = attributes[:'supplementalDocumentsMustRead']
  end

  if attributes.has_key?(:'supplementalDocumentsMustReadMetadata')
    self. = attributes[:'supplementalDocumentsMustReadMetadata']
  end

  if attributes.has_key?(:'supplementalDocumentsMustView')
    self.supplemental_documents_must_view = attributes[:'supplementalDocumentsMustView']
  end

  if attributes.has_key?(:'supplementalDocumentsMustViewMetadata')
    self. = attributes[:'supplementalDocumentsMustViewMetadata']
  end

  if attributes.has_key?(:'templateActiveCreation')
    self.template_active_creation = attributes[:'templateActiveCreation']
  end

  if attributes.has_key?(:'templateActiveCreationMetadata')
    self. = attributes[:'templateActiveCreationMetadata']
  end

  if attributes.has_key?(:'templateApplyNotify')
    self.template_apply_notify = attributes[:'templateApplyNotify']
  end

  if attributes.has_key?(:'templateApplyNotifyMetadata')
    self. = attributes[:'templateApplyNotifyMetadata']
  end

  if attributes.has_key?(:'templateAutoMatching')
    self.template_auto_matching = attributes[:'templateAutoMatching']
  end

  if attributes.has_key?(:'templateAutoMatchingMetadata')
    self. = attributes[:'templateAutoMatchingMetadata']
  end

  if attributes.has_key?(:'templateMatchingSensitivity')
    self.template_matching_sensitivity = attributes[:'templateMatchingSensitivity']
  end

  if attributes.has_key?(:'templateMatchingSensitivityMetadata')
    self. = attributes[:'templateMatchingSensitivityMetadata']
  end

  if attributes.has_key?(:'templatePageLevelMatching')
    self.template_page_level_matching = attributes[:'templatePageLevelMatching']
  end

  if attributes.has_key?(:'templatePageLevelMatchingMetadata')
    self. = attributes[:'templatePageLevelMatchingMetadata']
  end

  if attributes.has_key?(:'timezoneDST')
    self.timezone_dst = attributes[:'timezoneDST']
  end

  if attributes.has_key?(:'timezoneDSTMetadata')
    self. = attributes[:'timezoneDSTMetadata']
  end

  if attributes.has_key?(:'timezoneMask')
    self.timezone_mask = attributes[:'timezoneMask']
  end

  if attributes.has_key?(:'timezoneMaskMetadata')
    self. = attributes[:'timezoneMaskMetadata']
  end

  if attributes.has_key?(:'timezoneOffset')
    self.timezone_offset = attributes[:'timezoneOffset']
  end

  if attributes.has_key?(:'timezoneOffsetMetadata')
    self. = attributes[:'timezoneOffsetMetadata']
  end

  if attributes.has_key?(:'timezoneSendingPref')
    self.timezone_sending_pref = attributes[:'timezoneSendingPref']
  end

  if attributes.has_key?(:'timezoneSendingPrefMetadata')
    self. = attributes[:'timezoneSendingPrefMetadata']
  end

  if attributes.has_key?(:'timezoneSigningPref')
    self.timezone_signing_pref = attributes[:'timezoneSigningPref']
  end

  if attributes.has_key?(:'timezoneSigningPrefMetadata')
    self. = attributes[:'timezoneSigningPrefMetadata']
  end

  if attributes.has_key?(:'transactionPointSiteNameURL')
    self.transaction_point_site_name_url = attributes[:'transactionPointSiteNameURL']
  end

  if attributes.has_key?(:'transactionPointSiteNameURLMetadata')
    self. = attributes[:'transactionPointSiteNameURLMetadata']
  end

  if attributes.has_key?(:'transactionPointUserName')
    self.transaction_point_user_name = attributes[:'transactionPointUserName']
  end

  if attributes.has_key?(:'transactionPointUserNameMetadata')
    self. = attributes[:'transactionPointUserNameMetadata']
  end

  if attributes.has_key?(:'vaultingMode')
    self.vaulting_mode = attributes[:'vaultingMode']
  end

  if attributes.has_key?(:'vaultingModeMetadata')
    self. = attributes[:'vaultingModeMetadata']
  end

  if attributes.has_key?(:'webForms')
    self.web_forms = attributes[:'webForms']
  end

  if attributes.has_key?(:'webFormsMetadata')
    self. = attributes[:'webFormsMetadata']
  end
end

Instance Attribute Details

#account_management_granularObject

Returns the value of attribute account_management_granular.



16
17
18
# File 'lib/docusign_esign/models/user_settings_information.rb', line 16

def 
  @account_management_granular
end

#admin_onlyObject

Returns the value of attribute admin_only.



19
20
21
# File 'lib/docusign_esign/models/user_settings_information.rb', line 19

def admin_only
  @admin_only
end

#admin_only_metadataObject

Returns the value of attribute admin_only_metadata.



21
22
23
# File 'lib/docusign_esign/models/user_settings_information.rb', line 21

def 
  @admin_only_metadata
end

#allow_auto_taggingObject

Returns the value of attribute allow_auto_tagging.



24
25
26
# File 'lib/docusign_esign/models/user_settings_information.rb', line 24

def allow_auto_tagging
  @allow_auto_tagging
end

#allow_envelope_transfer_toObject

Returns the value of attribute allow_envelope_transfer_to.



27
28
29
# File 'lib/docusign_esign/models/user_settings_information.rb', line 27

def allow_envelope_transfer_to
  @allow_envelope_transfer_to
end

#allow_envelope_transfer_to_metadataObject

Returns the value of attribute allow_envelope_transfer_to_metadata.



29
30
31
# File 'lib/docusign_esign/models/user_settings_information.rb', line 29

def 
  @allow_envelope_transfer_to_metadata
end

#allow_eseal_recipientsObject

Returns the value of attribute allow_eseal_recipients.



32
33
34
# File 'lib/docusign_esign/models/user_settings_information.rb', line 32

def allow_eseal_recipients
  @allow_eseal_recipients
end

#allow_eseal_recipients_metadataObject

Returns the value of attribute allow_eseal_recipients_metadata.



34
35
36
# File 'lib/docusign_esign/models/user_settings_information.rb', line 34

def 
  @allow_eseal_recipients_metadata
end

#allow_power_forms_admin_to_access_all_power_form_envelopeObject

Returns the value of attribute allow_power_forms_admin_to_access_all_power_form_envelope.



37
38
39
# File 'lib/docusign_esign/models/user_settings_information.rb', line 37

def allow_power_forms_admin_to_access_all_power_form_envelope
  @allow_power_forms_admin_to_access_all_power_form_envelope
end

#allow_power_forms_admin_to_access_all_power_form_envelope_metadataObject

Returns the value of attribute allow_power_forms_admin_to_access_all_power_form_envelope_metadata.



39
40
41
# File 'lib/docusign_esign/models/user_settings_information.rb', line 39

def 
  @allow_power_forms_admin_to_access_all_power_form_envelope_metadata
end

#allow_recipient_language_selectionObject

Returns the value of attribute allow_recipient_language_selection.



42
43
44
# File 'lib/docusign_esign/models/user_settings_information.rb', line 42

def allow_recipient_language_selection
  @allow_recipient_language_selection
end

#allow_recipient_language_selection_metadataObject

Returns the value of attribute allow_recipient_language_selection_metadata.



44
45
46
# File 'lib/docusign_esign/models/user_settings_information.rb', line 44

def 
  @allow_recipient_language_selection_metadata
end

#allow_send_on_behalf_ofObject

Returns the value of attribute allow_send_on_behalf_of.



47
48
49
# File 'lib/docusign_esign/models/user_settings_information.rb', line 47

def allow_send_on_behalf_of
  @allow_send_on_behalf_of
end

#allow_send_on_behalf_of_metadataObject

Returns the value of attribute allow_send_on_behalf_of_metadata.



49
50
51
# File 'lib/docusign_esign/models/user_settings_information.rb', line 49

def 
  @allow_send_on_behalf_of_metadata
end

#allow_supplemental_documentsObject

Returns the value of attribute allow_supplemental_documents.



52
53
54
# File 'lib/docusign_esign/models/user_settings_information.rb', line 52

def allow_supplemental_documents
  @allow_supplemental_documents
end

#allow_supplemental_documents_metadataObject

Returns the value of attribute allow_supplemental_documents_metadata.



54
55
56
# File 'lib/docusign_esign/models/user_settings_information.rb', line 54

def 
  @allow_supplemental_documents_metadata
end

#anchor_tag_versioned_placement_enabledObject

Returns the value of attribute anchor_tag_versioned_placement_enabled.



57
58
59
# File 'lib/docusign_esign/models/user_settings_information.rb', line 57

def anchor_tag_versioned_placement_enabled
  @anchor_tag_versioned_placement_enabled
end

#api_account_wide_accessObject

Returns the value of attribute api_account_wide_access.



60
61
62
# File 'lib/docusign_esign/models/user_settings_information.rb', line 60

def 
  @api_account_wide_access
end

#api_account_wide_access_metadataObject

Returns the value of attribute api_account_wide_access_metadata.



62
63
64
# File 'lib/docusign_esign/models/user_settings_information.rb', line 62

def 
  @api_account_wide_access_metadata
end

#api_can_export_acObject

Returns the value of attribute api_can_export_ac.



65
66
67
# File 'lib/docusign_esign/models/user_settings_information.rb', line 65

def api_can_export_ac
  @api_can_export_ac
end

#api_can_export_ac_metadataObject

Returns the value of attribute api_can_export_ac_metadata.



67
68
69
# File 'lib/docusign_esign/models/user_settings_information.rb', line 67

def 
  @api_can_export_ac_metadata
end

#bulk_sendObject

Returns the value of attribute bulk_send.



70
71
72
# File 'lib/docusign_esign/models/user_settings_information.rb', line 70

def bulk_send
  @bulk_send
end

#bulk_send_metadataObject

Returns the value of attribute bulk_send_metadata.



72
73
74
# File 'lib/docusign_esign/models/user_settings_information.rb', line 72

def 
  @bulk_send_metadata
end

#can_charge_accountObject

Returns the value of attribute can_charge_account.



75
76
77
# File 'lib/docusign_esign/models/user_settings_information.rb', line 75

def 
  @can_charge_account
end

#can_charge_account_metadataObject

Returns the value of attribute can_charge_account_metadata.



77
78
79
# File 'lib/docusign_esign/models/user_settings_information.rb', line 77

def 
  @can_charge_account_metadata
end

#can_edit_shared_addressbookObject

Returns the value of attribute can_edit_shared_addressbook.



80
81
82
# File 'lib/docusign_esign/models/user_settings_information.rb', line 80

def can_edit_shared_addressbook
  @can_edit_shared_addressbook
end

#can_edit_shared_addressbook_metadataObject

Returns the value of attribute can_edit_shared_addressbook_metadata.



82
83
84
# File 'lib/docusign_esign/models/user_settings_information.rb', line 82

def 
  @can_edit_shared_addressbook_metadata
end

#can_lock_envelopesObject

Returns the value of attribute can_lock_envelopes.



85
86
87
# File 'lib/docusign_esign/models/user_settings_information.rb', line 85

def can_lock_envelopes
  @can_lock_envelopes
end

#can_lock_envelopes_metadataObject

Returns the value of attribute can_lock_envelopes_metadata.



87
88
89
# File 'lib/docusign_esign/models/user_settings_information.rb', line 87

def 
  @can_lock_envelopes_metadata
end

#can_manage_accountObject

Returns the value of attribute can_manage_account.



90
91
92
# File 'lib/docusign_esign/models/user_settings_information.rb', line 90

def 
  @can_manage_account
end

#can_manage_account_metadataObject

Returns the value of attribute can_manage_account_metadata.



92
93
94
# File 'lib/docusign_esign/models/user_settings_information.rb', line 92

def 
  @can_manage_account_metadata
end

#can_manage_distributorObject

Returns the value of attribute can_manage_distributor.



95
96
97
# File 'lib/docusign_esign/models/user_settings_information.rb', line 95

def can_manage_distributor
  @can_manage_distributor
end

#can_manage_distributor_metadataObject

Returns the value of attribute can_manage_distributor_metadata.



97
98
99
# File 'lib/docusign_esign/models/user_settings_information.rb', line 97

def 
  @can_manage_distributor_metadata
end

#can_manage_templatesObject

Returns the value of attribute can_manage_templates.



100
101
102
# File 'lib/docusign_esign/models/user_settings_information.rb', line 100

def can_manage_templates
  @can_manage_templates
end

#can_manage_templates_metadataObject

Returns the value of attribute can_manage_templates_metadata.



102
103
104
# File 'lib/docusign_esign/models/user_settings_information.rb', line 102

def 
  @can_manage_templates_metadata
end

#can_send_api_requestsObject

Returns the value of attribute can_send_api_requests.



105
106
107
# File 'lib/docusign_esign/models/user_settings_information.rb', line 105

def can_send_api_requests
  @can_send_api_requests
end

#can_send_api_requests_metadataObject

Returns the value of attribute can_send_api_requests_metadata.



107
108
109
# File 'lib/docusign_esign/models/user_settings_information.rb', line 107

def 
  @can_send_api_requests_metadata
end

#can_send_envelopeObject

Returns the value of attribute can_send_envelope.



110
111
112
# File 'lib/docusign_esign/models/user_settings_information.rb', line 110

def can_send_envelope
  @can_send_envelope
end

#can_send_envelope_metadataObject

Returns the value of attribute can_send_envelope_metadata.



112
113
114
# File 'lib/docusign_esign/models/user_settings_information.rb', line 112

def 
  @can_send_envelope_metadata
end

#can_send_envelopes_via_smsObject

Returns the value of attribute can_send_envelopes_via_sms.



115
116
117
# File 'lib/docusign_esign/models/user_settings_information.rb', line 115

def can_send_envelopes_via_sms
  @can_send_envelopes_via_sms
end

#can_send_envelopes_via_sms_metadataObject

Returns the value of attribute can_send_envelopes_via_sms_metadata.



117
118
119
# File 'lib/docusign_esign/models/user_settings_information.rb', line 117

def 
  @can_send_envelopes_via_sms_metadata
end

#can_sign_envelopeObject

Returns the value of attribute can_sign_envelope.



120
121
122
# File 'lib/docusign_esign/models/user_settings_information.rb', line 120

def can_sign_envelope
  @can_sign_envelope
end

#can_sign_envelope_metadataObject

Returns the value of attribute can_sign_envelope_metadata.



122
123
124
# File 'lib/docusign_esign/models/user_settings_information.rb', line 122

def 
  @can_sign_envelope_metadata
end

#can_use_scratchpadObject

Returns the value of attribute can_use_scratchpad.



125
126
127
# File 'lib/docusign_esign/models/user_settings_information.rb', line 125

def can_use_scratchpad
  @can_use_scratchpad
end

#can_use_scratchpad_metadataObject

Returns the value of attribute can_use_scratchpad_metadata.



127
128
129
# File 'lib/docusign_esign/models/user_settings_information.rb', line 127

def 
  @can_use_scratchpad_metadata
end

#can_use_smart_contractsObject

Returns the value of attribute can_use_smart_contracts.



130
131
132
# File 'lib/docusign_esign/models/user_settings_information.rb', line 130

def can_use_smart_contracts
  @can_use_smart_contracts
end

#can_use_smart_contracts_metadataObject

Returns the value of attribute can_use_smart_contracts_metadata.



132
133
134
# File 'lib/docusign_esign/models/user_settings_information.rb', line 132

def 
  @can_use_smart_contracts_metadata
end

#disable_document_uploadObject

Returns the value of attribute disable_document_upload.



135
136
137
# File 'lib/docusign_esign/models/user_settings_information.rb', line 135

def disable_document_upload
  @disable_document_upload
end

#disable_document_upload_metadataObject

Returns the value of attribute disable_document_upload_metadata.



137
138
139
# File 'lib/docusign_esign/models/user_settings_information.rb', line 137

def 
  @disable_document_upload_metadata
end

#disable_other_actionsObject

Returns the value of attribute disable_other_actions.



140
141
142
# File 'lib/docusign_esign/models/user_settings_information.rb', line 140

def disable_other_actions
  @disable_other_actions
end

#disable_other_actions_metadataObject

Returns the value of attribute disable_other_actions_metadata.



142
143
144
# File 'lib/docusign_esign/models/user_settings_information.rb', line 142

def 
  @disable_other_actions_metadata
end

#enable_ds_proObject

Returns the value of attribute enable_ds_pro.



145
146
147
# File 'lib/docusign_esign/models/user_settings_information.rb', line 145

def enable_ds_pro
  @enable_ds_pro
end

#enable_ds_pro_metadataObject

Returns the value of attribute enable_ds_pro_metadata.



147
148
149
# File 'lib/docusign_esign/models/user_settings_information.rb', line 147

def 
  @enable_ds_pro_metadata
end

#enable_key_terms_suggestions_by_document_typeObject

Returns the value of attribute enable_key_terms_suggestions_by_document_type.



150
151
152
# File 'lib/docusign_esign/models/user_settings_information.rb', line 150

def enable_key_terms_suggestions_by_document_type
  @enable_key_terms_suggestions_by_document_type
end

#enable_key_terms_suggestions_by_document_type_metadataObject

Returns the value of attribute enable_key_terms_suggestions_by_document_type_metadata.



152
153
154
# File 'lib/docusign_esign/models/user_settings_information.rb', line 152

def 
  @enable_key_terms_suggestions_by_document_type_metadata
end

#enable_sequential_signing_apiObject

Returns the value of attribute enable_sequential_signing_api.



155
156
157
# File 'lib/docusign_esign/models/user_settings_information.rb', line 155

def enable_sequential_signing_api
  @enable_sequential_signing_api
end

#enable_sequential_signing_api_metadataObject

Returns the value of attribute enable_sequential_signing_api_metadata.



157
158
159
# File 'lib/docusign_esign/models/user_settings_information.rb', line 157

def 
  @enable_sequential_signing_api_metadata
end

#enable_sequential_signing_uiObject

Returns the value of attribute enable_sequential_signing_ui.



160
161
162
# File 'lib/docusign_esign/models/user_settings_information.rb', line 160

def enable_sequential_signing_ui
  @enable_sequential_signing_ui
end

#enable_sequential_signing_ui_metadataObject

Returns the value of attribute enable_sequential_signing_ui_metadata.



162
163
164
# File 'lib/docusign_esign/models/user_settings_information.rb', line 162

def 
  @enable_sequential_signing_ui_metadata
end

#enable_sign_on_paper_overrideObject

Returns the value of attribute enable_sign_on_paper_override.



170
171
172
# File 'lib/docusign_esign/models/user_settings_information.rb', line 170

def enable_sign_on_paper_override
  @enable_sign_on_paper_override
end

#enable_sign_on_paper_override_metadataObject

Returns the value of attribute enable_sign_on_paper_override_metadata.



172
173
174
# File 'lib/docusign_esign/models/user_settings_information.rb', line 172

def 
  @enable_sign_on_paper_override_metadata
end

#enable_signer_attachmentsObject

Returns the value of attribute enable_signer_attachments.



165
166
167
# File 'lib/docusign_esign/models/user_settings_information.rb', line 165

def enable_signer_attachments
  @enable_signer_attachments
end

#enable_signer_attachments_metadataObject

Returns the value of attribute enable_signer_attachments_metadata.



167
168
169
# File 'lib/docusign_esign/models/user_settings_information.rb', line 167

def 
  @enable_signer_attachments_metadata
end

#enable_transaction_pointObject

Returns the value of attribute enable_transaction_point.



175
176
177
# File 'lib/docusign_esign/models/user_settings_information.rb', line 175

def enable_transaction_point
  @enable_transaction_point
end

#enable_transaction_point_metadataObject

Returns the value of attribute enable_transaction_point_metadata.



177
178
179
# File 'lib/docusign_esign/models/user_settings_information.rb', line 177

def 
  @enable_transaction_point_metadata
end

#enable_vaultingObject

Returns the value of attribute enable_vaulting.



180
181
182
# File 'lib/docusign_esign/models/user_settings_information.rb', line 180

def enable_vaulting
  @enable_vaulting
end

#enable_vaulting_metadataObject

Returns the value of attribute enable_vaulting_metadata.



182
183
184
# File 'lib/docusign_esign/models/user_settings_information.rb', line 182

def 
  @enable_vaulting_metadata
end

#express_send_onlyObject

Returns the value of attribute express_send_only.



185
186
187
# File 'lib/docusign_esign/models/user_settings_information.rb', line 185

def express_send_only
  @express_send_only
end

#localeObject

Returns the value of attribute locale.



188
189
190
# File 'lib/docusign_esign/models/user_settings_information.rb', line 188

def locale
  @locale
end

#locale_metadataObject

Returns the value of attribute locale_metadata.



190
191
192
# File 'lib/docusign_esign/models/user_settings_information.rb', line 190

def 
  @locale_metadata
end

#locale_policyObject

Returns the value of attribute locale_policy.



192
193
194
# File 'lib/docusign_esign/models/user_settings_information.rb', line 192

def locale_policy
  @locale_policy
end

#manage_clickwraps_modeObject

Returns the value of attribute manage_clickwraps_mode.



195
196
197
# File 'lib/docusign_esign/models/user_settings_information.rb', line 195

def manage_clickwraps_mode
  @manage_clickwraps_mode
end

#manage_clickwraps_mode_metadataObject

Returns the value of attribute manage_clickwraps_mode_metadata.



197
198
199
# File 'lib/docusign_esign/models/user_settings_information.rb', line 197

def 
  @manage_clickwraps_mode_metadata
end

#modified_byObject

Returns the value of attribute modified_by.



200
201
202
# File 'lib/docusign_esign/models/user_settings_information.rb', line 200

def modified_by
  @modified_by
end

#modified_by_metadataObject

Returns the value of attribute modified_by_metadata.



202
203
204
# File 'lib/docusign_esign/models/user_settings_information.rb', line 202

def 
  @modified_by_metadata
end

#modified_dateObject

Returns the value of attribute modified_date.



205
206
207
# File 'lib/docusign_esign/models/user_settings_information.rb', line 205

def modified_date
  @modified_date
end

#modified_date_metadataObject

Returns the value of attribute modified_date_metadata.



207
208
209
# File 'lib/docusign_esign/models/user_settings_information.rb', line 207

def 
  @modified_date_metadata
end

#modified_pageObject

Returns the value of attribute modified_page.



210
211
212
# File 'lib/docusign_esign/models/user_settings_information.rb', line 210

def modified_page
  @modified_page
end

#modified_page_metadataObject

Returns the value of attribute modified_page_metadata.



212
213
214
# File 'lib/docusign_esign/models/user_settings_information.rb', line 212

def 
  @modified_page_metadata
end

#new_send_uiObject

Returns the value of attribute new_send_ui.



215
216
217
# File 'lib/docusign_esign/models/user_settings_information.rb', line 215

def new_send_ui
  @new_send_ui
end

#new_send_ui_metadataObject

Returns the value of attribute new_send_ui_metadata.



217
218
219
# File 'lib/docusign_esign/models/user_settings_information.rb', line 217

def 
  @new_send_ui_metadata
end

#power_form_modeObject

Returns the value of attribute power_form_mode.



220
221
222
# File 'lib/docusign_esign/models/user_settings_information.rb', line 220

def power_form_mode
  @power_form_mode
end

#power_form_mode_metadataObject

Returns the value of attribute power_form_mode_metadata.



222
223
224
# File 'lib/docusign_esign/models/user_settings_information.rb', line 222

def 
  @power_form_mode_metadata
end

#recipient_viewed_notificationObject

Returns the value of attribute recipient_viewed_notification.



225
226
227
# File 'lib/docusign_esign/models/user_settings_information.rb', line 225

def recipient_viewed_notification
  @recipient_viewed_notification
end

#recipient_viewed_notification_metadataObject

Returns the value of attribute recipient_viewed_notification_metadata.



227
228
229
# File 'lib/docusign_esign/models/user_settings_information.rb', line 227

def 
  @recipient_viewed_notification_metadata
end

#seal_identifiersObject

Returns the value of attribute seal_identifiers.



230
231
232
# File 'lib/docusign_esign/models/user_settings_information.rb', line 230

def seal_identifiers
  @seal_identifiers
end

#self_signed_recipient_email_documentObject

Returns the value of attribute self_signed_recipient_email_document.



233
234
235
# File 'lib/docusign_esign/models/user_settings_information.rb', line 233

def self_signed_recipient_email_document
  @self_signed_recipient_email_document
end

#self_signed_recipient_email_document_metadataObject

Returns the value of attribute self_signed_recipient_email_document_metadata.



235
236
237
# File 'lib/docusign_esign/models/user_settings_information.rb', line 235

def 
  @self_signed_recipient_email_document_metadata
end

#sender_email_notificationsObject

Returns the value of attribute sender_email_notifications.



237
238
239
# File 'lib/docusign_esign/models/user_settings_information.rb', line 237

def sender_email_notifications
  @sender_email_notifications
end

#signer_email_notificationsObject

Returns the value of attribute signer_email_notifications.



239
240
241
# File 'lib/docusign_esign/models/user_settings_information.rb', line 239

def signer_email_notifications
  @signer_email_notifications
end

#supplemental_document_include_in_downloadObject

Returns the value of attribute supplemental_document_include_in_download.



242
243
244
# File 'lib/docusign_esign/models/user_settings_information.rb', line 242

def supplemental_document_include_in_download
  @supplemental_document_include_in_download
end

#supplemental_documents_must_acceptObject

Returns the value of attribute supplemental_documents_must_accept.



245
246
247
# File 'lib/docusign_esign/models/user_settings_information.rb', line 245

def supplemental_documents_must_accept
  @supplemental_documents_must_accept
end

#supplemental_documents_must_accept_metadataObject

Returns the value of attribute supplemental_documents_must_accept_metadata.



247
248
249
# File 'lib/docusign_esign/models/user_settings_information.rb', line 247

def 
  @supplemental_documents_must_accept_metadata
end

#supplemental_documents_must_readObject

Returns the value of attribute supplemental_documents_must_read.



250
251
252
# File 'lib/docusign_esign/models/user_settings_information.rb', line 250

def supplemental_documents_must_read
  @supplemental_documents_must_read
end

#supplemental_documents_must_read_metadataObject

Returns the value of attribute supplemental_documents_must_read_metadata.



252
253
254
# File 'lib/docusign_esign/models/user_settings_information.rb', line 252

def 
  @supplemental_documents_must_read_metadata
end

#supplemental_documents_must_viewObject

Returns the value of attribute supplemental_documents_must_view.



255
256
257
# File 'lib/docusign_esign/models/user_settings_information.rb', line 255

def supplemental_documents_must_view
  @supplemental_documents_must_view
end

#supplemental_documents_must_view_metadataObject

Returns the value of attribute supplemental_documents_must_view_metadata.



257
258
259
# File 'lib/docusign_esign/models/user_settings_information.rb', line 257

def 
  @supplemental_documents_must_view_metadata
end

#template_active_creationObject

Returns the value of attribute template_active_creation.



260
261
262
# File 'lib/docusign_esign/models/user_settings_information.rb', line 260

def template_active_creation
  @template_active_creation
end

#template_active_creation_metadataObject

Returns the value of attribute template_active_creation_metadata.



262
263
264
# File 'lib/docusign_esign/models/user_settings_information.rb', line 262

def 
  @template_active_creation_metadata
end

#template_apply_notifyObject

Returns the value of attribute template_apply_notify.



265
266
267
# File 'lib/docusign_esign/models/user_settings_information.rb', line 265

def template_apply_notify
  @template_apply_notify
end

#template_apply_notify_metadataObject

Returns the value of attribute template_apply_notify_metadata.



267
268
269
# File 'lib/docusign_esign/models/user_settings_information.rb', line 267

def 
  @template_apply_notify_metadata
end

#template_auto_matchingObject

Returns the value of attribute template_auto_matching.



270
271
272
# File 'lib/docusign_esign/models/user_settings_information.rb', line 270

def template_auto_matching
  @template_auto_matching
end

#template_auto_matching_metadataObject

Returns the value of attribute template_auto_matching_metadata.



272
273
274
# File 'lib/docusign_esign/models/user_settings_information.rb', line 272

def 
  @template_auto_matching_metadata
end

#template_matching_sensitivityObject

Returns the value of attribute template_matching_sensitivity.



275
276
277
# File 'lib/docusign_esign/models/user_settings_information.rb', line 275

def template_matching_sensitivity
  @template_matching_sensitivity
end

#template_matching_sensitivity_metadataObject

Returns the value of attribute template_matching_sensitivity_metadata.



277
278
279
# File 'lib/docusign_esign/models/user_settings_information.rb', line 277

def 
  @template_matching_sensitivity_metadata
end

#template_page_level_matchingObject

Returns the value of attribute template_page_level_matching.



280
281
282
# File 'lib/docusign_esign/models/user_settings_information.rb', line 280

def template_page_level_matching
  @template_page_level_matching
end

#template_page_level_matching_metadataObject

Returns the value of attribute template_page_level_matching_metadata.



282
283
284
# File 'lib/docusign_esign/models/user_settings_information.rb', line 282

def 
  @template_page_level_matching_metadata
end

#timezone_dstObject

Returns the value of attribute timezone_dst.



285
286
287
# File 'lib/docusign_esign/models/user_settings_information.rb', line 285

def timezone_dst
  @timezone_dst
end

#timezone_dst_metadataObject

Returns the value of attribute timezone_dst_metadata.



287
288
289
# File 'lib/docusign_esign/models/user_settings_information.rb', line 287

def 
  @timezone_dst_metadata
end

#timezone_maskObject

Returns the value of attribute timezone_mask.



290
291
292
# File 'lib/docusign_esign/models/user_settings_information.rb', line 290

def timezone_mask
  @timezone_mask
end

#timezone_mask_metadataObject

Returns the value of attribute timezone_mask_metadata.



292
293
294
# File 'lib/docusign_esign/models/user_settings_information.rb', line 292

def 
  @timezone_mask_metadata
end

#timezone_offsetObject

Returns the value of attribute timezone_offset.



295
296
297
# File 'lib/docusign_esign/models/user_settings_information.rb', line 295

def timezone_offset
  @timezone_offset
end

#timezone_offset_metadataObject

Returns the value of attribute timezone_offset_metadata.



297
298
299
# File 'lib/docusign_esign/models/user_settings_information.rb', line 297

def 
  @timezone_offset_metadata
end

#timezone_sending_prefObject

Returns the value of attribute timezone_sending_pref.



300
301
302
# File 'lib/docusign_esign/models/user_settings_information.rb', line 300

def timezone_sending_pref
  @timezone_sending_pref
end

#timezone_sending_pref_metadataObject

Returns the value of attribute timezone_sending_pref_metadata.



302
303
304
# File 'lib/docusign_esign/models/user_settings_information.rb', line 302

def 
  @timezone_sending_pref_metadata
end

#timezone_signing_prefObject

Returns the value of attribute timezone_signing_pref.



305
306
307
# File 'lib/docusign_esign/models/user_settings_information.rb', line 305

def timezone_signing_pref
  @timezone_signing_pref
end

#timezone_signing_pref_metadataObject

Returns the value of attribute timezone_signing_pref_metadata.



307
308
309
# File 'lib/docusign_esign/models/user_settings_information.rb', line 307

def 
  @timezone_signing_pref_metadata
end

#transaction_point_site_name_urlObject

Returns the value of attribute transaction_point_site_name_url.



310
311
312
# File 'lib/docusign_esign/models/user_settings_information.rb', line 310

def transaction_point_site_name_url
  @transaction_point_site_name_url
end

#transaction_point_site_name_url_metadataObject

Returns the value of attribute transaction_point_site_name_url_metadata.



312
313
314
# File 'lib/docusign_esign/models/user_settings_information.rb', line 312

def 
  @transaction_point_site_name_url_metadata
end

#transaction_point_user_nameObject

Returns the value of attribute transaction_point_user_name.



315
316
317
# File 'lib/docusign_esign/models/user_settings_information.rb', line 315

def transaction_point_user_name
  @transaction_point_user_name
end

#transaction_point_user_name_metadataObject

Returns the value of attribute transaction_point_user_name_metadata.



317
318
319
# File 'lib/docusign_esign/models/user_settings_information.rb', line 317

def 
  @transaction_point_user_name_metadata
end

#vaulting_modeObject

Returns the value of attribute vaulting_mode.



320
321
322
# File 'lib/docusign_esign/models/user_settings_information.rb', line 320

def vaulting_mode
  @vaulting_mode
end

#vaulting_mode_metadataObject

Returns the value of attribute vaulting_mode_metadata.



322
323
324
# File 'lib/docusign_esign/models/user_settings_information.rb', line 322

def 
  @vaulting_mode_metadata
end

#web_formsObject

Returns the value of attribute web_forms.



325
326
327
# File 'lib/docusign_esign/models/user_settings_information.rb', line 325

def web_forms
  @web_forms
end

#web_forms_metadataObject

Returns the value of attribute web_forms_metadata.



327
328
329
# File 'lib/docusign_esign/models/user_settings_information.rb', line 327

def 
  @web_forms_metadata
end

Class Method Details

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
# File 'lib/docusign_esign/models/user_settings_information.rb', line 330

def self.attribute_map
  {
    :'account_management_granular' => :'accountManagementGranular',
    :'admin_only' => :'adminOnly',
    :'admin_only_metadata' => :'adminOnlyMetadata',
    :'allow_auto_tagging' => :'allowAutoTagging',
    :'allow_envelope_transfer_to' => :'allowEnvelopeTransferTo',
    :'allow_envelope_transfer_to_metadata' => :'allowEnvelopeTransferToMetadata',
    :'allow_eseal_recipients' => :'allowEsealRecipients',
    :'allow_eseal_recipients_metadata' => :'allowEsealRecipientsMetadata',
    :'allow_power_forms_admin_to_access_all_power_form_envelope' => :'allowPowerFormsAdminToAccessAllPowerFormEnvelope',
    :'allow_power_forms_admin_to_access_all_power_form_envelope_metadata' => :'allowPowerFormsAdminToAccessAllPowerFormEnvelopeMetadata',
    :'allow_recipient_language_selection' => :'allowRecipientLanguageSelection',
    :'allow_recipient_language_selection_metadata' => :'allowRecipientLanguageSelectionMetadata',
    :'allow_send_on_behalf_of' => :'allowSendOnBehalfOf',
    :'allow_send_on_behalf_of_metadata' => :'allowSendOnBehalfOfMetadata',
    :'allow_supplemental_documents' => :'allowSupplementalDocuments',
    :'allow_supplemental_documents_metadata' => :'allowSupplementalDocumentsMetadata',
    :'anchor_tag_versioned_placement_enabled' => :'anchorTagVersionedPlacementEnabled',
    :'api_account_wide_access' => :'apiAccountWideAccess',
    :'api_account_wide_access_metadata' => :'apiAccountWideAccessMetadata',
    :'api_can_export_ac' => :'apiCanExportAC',
    :'api_can_export_ac_metadata' => :'apiCanExportACMetadata',
    :'bulk_send' => :'bulkSend',
    :'bulk_send_metadata' => :'bulkSendMetadata',
    :'can_charge_account' => :'canChargeAccount',
    :'can_charge_account_metadata' => :'canChargeAccountMetadata',
    :'can_edit_shared_addressbook' => :'canEditSharedAddressbook',
    :'can_edit_shared_addressbook_metadata' => :'canEditSharedAddressbookMetadata',
    :'can_lock_envelopes' => :'canLockEnvelopes',
    :'can_lock_envelopes_metadata' => :'canLockEnvelopesMetadata',
    :'can_manage_account' => :'canManageAccount',
    :'can_manage_account_metadata' => :'canManageAccountMetadata',
    :'can_manage_distributor' => :'canManageDistributor',
    :'can_manage_distributor_metadata' => :'canManageDistributorMetadata',
    :'can_manage_templates' => :'canManageTemplates',
    :'can_manage_templates_metadata' => :'canManageTemplatesMetadata',
    :'can_send_api_requests' => :'canSendAPIRequests',
    :'can_send_api_requests_metadata' => :'canSendAPIRequestsMetadata',
    :'can_send_envelope' => :'canSendEnvelope',
    :'can_send_envelope_metadata' => :'canSendEnvelopeMetadata',
    :'can_send_envelopes_via_sms' => :'canSendEnvelopesViaSMS',
    :'can_send_envelopes_via_sms_metadata' => :'canSendEnvelopesViaSMSMetadata',
    :'can_sign_envelope' => :'canSignEnvelope',
    :'can_sign_envelope_metadata' => :'canSignEnvelopeMetadata',
    :'can_use_scratchpad' => :'canUseScratchpad',
    :'can_use_scratchpad_metadata' => :'canUseScratchpadMetadata',
    :'can_use_smart_contracts' => :'canUseSmartContracts',
    :'can_use_smart_contracts_metadata' => :'canUseSmartContractsMetadata',
    :'disable_document_upload' => :'disableDocumentUpload',
    :'disable_document_upload_metadata' => :'disableDocumentUploadMetadata',
    :'disable_other_actions' => :'disableOtherActions',
    :'disable_other_actions_metadata' => :'disableOtherActionsMetadata',
    :'enable_ds_pro' => :'enableDSPro',
    :'enable_ds_pro_metadata' => :'enableDSProMetadata',
    :'enable_key_terms_suggestions_by_document_type' => :'enableKeyTermsSuggestionsByDocumentType',
    :'enable_key_terms_suggestions_by_document_type_metadata' => :'enableKeyTermsSuggestionsByDocumentTypeMetadata',
    :'enable_sequential_signing_api' => :'enableSequentialSigningAPI',
    :'enable_sequential_signing_api_metadata' => :'enableSequentialSigningAPIMetadata',
    :'enable_sequential_signing_ui' => :'enableSequentialSigningUI',
    :'enable_sequential_signing_ui_metadata' => :'enableSequentialSigningUIMetadata',
    :'enable_signer_attachments' => :'enableSignerAttachments',
    :'enable_signer_attachments_metadata' => :'enableSignerAttachmentsMetadata',
    :'enable_sign_on_paper_override' => :'enableSignOnPaperOverride',
    :'enable_sign_on_paper_override_metadata' => :'enableSignOnPaperOverrideMetadata',
    :'enable_transaction_point' => :'enableTransactionPoint',
    :'enable_transaction_point_metadata' => :'enableTransactionPointMetadata',
    :'enable_vaulting' => :'enableVaulting',
    :'enable_vaulting_metadata' => :'enableVaultingMetadata',
    :'express_send_only' => :'expressSendOnly',
    :'locale' => :'locale',
    :'locale_metadata' => :'localeMetadata',
    :'locale_policy' => :'localePolicy',
    :'manage_clickwraps_mode' => :'manageClickwrapsMode',
    :'manage_clickwraps_mode_metadata' => :'manageClickwrapsModeMetadata',
    :'modified_by' => :'modifiedBy',
    :'modified_by_metadata' => :'modifiedByMetadata',
    :'modified_date' => :'modifiedDate',
    :'modified_date_metadata' => :'modifiedDateMetadata',
    :'modified_page' => :'modifiedPage',
    :'modified_page_metadata' => :'modifiedPageMetadata',
    :'new_send_ui' => :'newSendUI',
    :'new_send_ui_metadata' => :'newSendUIMetadata',
    :'power_form_mode' => :'powerFormMode',
    :'power_form_mode_metadata' => :'powerFormModeMetadata',
    :'recipient_viewed_notification' => :'recipientViewedNotification',
    :'recipient_viewed_notification_metadata' => :'recipientViewedNotificationMetadata',
    :'seal_identifiers' => :'sealIdentifiers',
    :'self_signed_recipient_email_document' => :'selfSignedRecipientEmailDocument',
    :'self_signed_recipient_email_document_metadata' => :'selfSignedRecipientEmailDocumentMetadata',
    :'sender_email_notifications' => :'senderEmailNotifications',
    :'signer_email_notifications' => :'signerEmailNotifications',
    :'supplemental_document_include_in_download' => :'supplementalDocumentIncludeInDownload',
    :'supplemental_documents_must_accept' => :'supplementalDocumentsMustAccept',
    :'supplemental_documents_must_accept_metadata' => :'supplementalDocumentsMustAcceptMetadata',
    :'supplemental_documents_must_read' => :'supplementalDocumentsMustRead',
    :'supplemental_documents_must_read_metadata' => :'supplementalDocumentsMustReadMetadata',
    :'supplemental_documents_must_view' => :'supplementalDocumentsMustView',
    :'supplemental_documents_must_view_metadata' => :'supplementalDocumentsMustViewMetadata',
    :'template_active_creation' => :'templateActiveCreation',
    :'template_active_creation_metadata' => :'templateActiveCreationMetadata',
    :'template_apply_notify' => :'templateApplyNotify',
    :'template_apply_notify_metadata' => :'templateApplyNotifyMetadata',
    :'template_auto_matching' => :'templateAutoMatching',
    :'template_auto_matching_metadata' => :'templateAutoMatchingMetadata',
    :'template_matching_sensitivity' => :'templateMatchingSensitivity',
    :'template_matching_sensitivity_metadata' => :'templateMatchingSensitivityMetadata',
    :'template_page_level_matching' => :'templatePageLevelMatching',
    :'template_page_level_matching_metadata' => :'templatePageLevelMatchingMetadata',
    :'timezone_dst' => :'timezoneDST',
    :'timezone_dst_metadata' => :'timezoneDSTMetadata',
    :'timezone_mask' => :'timezoneMask',
    :'timezone_mask_metadata' => :'timezoneMaskMetadata',
    :'timezone_offset' => :'timezoneOffset',
    :'timezone_offset_metadata' => :'timezoneOffsetMetadata',
    :'timezone_sending_pref' => :'timezoneSendingPref',
    :'timezone_sending_pref_metadata' => :'timezoneSendingPrefMetadata',
    :'timezone_signing_pref' => :'timezoneSigningPref',
    :'timezone_signing_pref_metadata' => :'timezoneSigningPrefMetadata',
    :'transaction_point_site_name_url' => :'transactionPointSiteNameURL',
    :'transaction_point_site_name_url_metadata' => :'transactionPointSiteNameURLMetadata',
    :'transaction_point_user_name' => :'transactionPointUserName',
    :'transaction_point_user_name_metadata' => :'transactionPointUserNameMetadata',
    :'vaulting_mode' => :'vaultingMode',
    :'vaulting_mode_metadata' => :'vaultingModeMetadata',
    :'web_forms' => :'webForms',
    :'web_forms_metadata' => :'webFormsMetadata'
  }
end

.swagger_typesObject

Attribute type mapping.



461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
# File 'lib/docusign_esign/models/user_settings_information.rb', line 461

def self.swagger_types
  {
    :'account_management_granular' => :'UserAccountManagementGranularInformation',
    :'admin_only' => :'String',
    :'admin_only_metadata' => :'SettingsMetadata',
    :'allow_auto_tagging' => :'String',
    :'allow_envelope_transfer_to' => :'String',
    :'allow_envelope_transfer_to_metadata' => :'SettingsMetadata',
    :'allow_eseal_recipients' => :'String',
    :'allow_eseal_recipients_metadata' => :'SettingsMetadata',
    :'allow_power_forms_admin_to_access_all_power_form_envelope' => :'String',
    :'allow_power_forms_admin_to_access_all_power_form_envelope_metadata' => :'SettingsMetadata',
    :'allow_recipient_language_selection' => :'String',
    :'allow_recipient_language_selection_metadata' => :'SettingsMetadata',
    :'allow_send_on_behalf_of' => :'String',
    :'allow_send_on_behalf_of_metadata' => :'SettingsMetadata',
    :'allow_supplemental_documents' => :'String',
    :'allow_supplemental_documents_metadata' => :'SettingsMetadata',
    :'anchor_tag_versioned_placement_enabled' => :'String',
    :'api_account_wide_access' => :'String',
    :'api_account_wide_access_metadata' => :'SettingsMetadata',
    :'api_can_export_ac' => :'String',
    :'api_can_export_ac_metadata' => :'SettingsMetadata',
    :'bulk_send' => :'String',
    :'bulk_send_metadata' => :'SettingsMetadata',
    :'can_charge_account' => :'String',
    :'can_charge_account_metadata' => :'SettingsMetadata',
    :'can_edit_shared_addressbook' => :'String',
    :'can_edit_shared_addressbook_metadata' => :'SettingsMetadata',
    :'can_lock_envelopes' => :'String',
    :'can_lock_envelopes_metadata' => :'SettingsMetadata',
    :'can_manage_account' => :'String',
    :'can_manage_account_metadata' => :'SettingsMetadata',
    :'can_manage_distributor' => :'String',
    :'can_manage_distributor_metadata' => :'SettingsMetadata',
    :'can_manage_templates' => :'String',
    :'can_manage_templates_metadata' => :'SettingsMetadata',
    :'can_send_api_requests' => :'String',
    :'can_send_api_requests_metadata' => :'SettingsMetadata',
    :'can_send_envelope' => :'String',
    :'can_send_envelope_metadata' => :'SettingsMetadata',
    :'can_send_envelopes_via_sms' => :'String',
    :'can_send_envelopes_via_sms_metadata' => :'SettingsMetadata',
    :'can_sign_envelope' => :'String',
    :'can_sign_envelope_metadata' => :'SettingsMetadata',
    :'can_use_scratchpad' => :'String',
    :'can_use_scratchpad_metadata' => :'SettingsMetadata',
    :'can_use_smart_contracts' => :'String',
    :'can_use_smart_contracts_metadata' => :'SettingsMetadata',
    :'disable_document_upload' => :'String',
    :'disable_document_upload_metadata' => :'SettingsMetadata',
    :'disable_other_actions' => :'String',
    :'disable_other_actions_metadata' => :'SettingsMetadata',
    :'enable_ds_pro' => :'String',
    :'enable_ds_pro_metadata' => :'SettingsMetadata',
    :'enable_key_terms_suggestions_by_document_type' => :'String',
    :'enable_key_terms_suggestions_by_document_type_metadata' => :'SettingsMetadata',
    :'enable_sequential_signing_api' => :'String',
    :'enable_sequential_signing_api_metadata' => :'SettingsMetadata',
    :'enable_sequential_signing_ui' => :'String',
    :'enable_sequential_signing_ui_metadata' => :'SettingsMetadata',
    :'enable_signer_attachments' => :'String',
    :'enable_signer_attachments_metadata' => :'SettingsMetadata',
    :'enable_sign_on_paper_override' => :'String',
    :'enable_sign_on_paper_override_metadata' => :'SettingsMetadata',
    :'enable_transaction_point' => :'String',
    :'enable_transaction_point_metadata' => :'SettingsMetadata',
    :'enable_vaulting' => :'String',
    :'enable_vaulting_metadata' => :'SettingsMetadata',
    :'express_send_only' => :'String',
    :'locale' => :'String',
    :'locale_metadata' => :'SettingsMetadata',
    :'locale_policy' => :'LocalePolicy',
    :'manage_clickwraps_mode' => :'String',
    :'manage_clickwraps_mode_metadata' => :'SettingsMetadata',
    :'modified_by' => :'String',
    :'modified_by_metadata' => :'SettingsMetadata',
    :'modified_date' => :'String',
    :'modified_date_metadata' => :'SettingsMetadata',
    :'modified_page' => :'String',
    :'modified_page_metadata' => :'SettingsMetadata',
    :'new_send_ui' => :'String',
    :'new_send_ui_metadata' => :'SettingsMetadata',
    :'power_form_mode' => :'String',
    :'power_form_mode_metadata' => :'SettingsMetadata',
    :'recipient_viewed_notification' => :'String',
    :'recipient_viewed_notification_metadata' => :'SettingsMetadata',
    :'seal_identifiers' => :'Array<SealIdentifier>',
    :'self_signed_recipient_email_document' => :'String',
    :'self_signed_recipient_email_document_metadata' => :'SettingsMetadata',
    :'sender_email_notifications' => :'SenderEmailNotifications',
    :'signer_email_notifications' => :'SignerEmailNotifications',
    :'supplemental_document_include_in_download' => :'String',
    :'supplemental_documents_must_accept' => :'String',
    :'supplemental_documents_must_accept_metadata' => :'SettingsMetadata',
    :'supplemental_documents_must_read' => :'String',
    :'supplemental_documents_must_read_metadata' => :'SettingsMetadata',
    :'supplemental_documents_must_view' => :'String',
    :'supplemental_documents_must_view_metadata' => :'SettingsMetadata',
    :'template_active_creation' => :'String',
    :'template_active_creation_metadata' => :'SettingsMetadata',
    :'template_apply_notify' => :'String',
    :'template_apply_notify_metadata' => :'SettingsMetadata',
    :'template_auto_matching' => :'String',
    :'template_auto_matching_metadata' => :'SettingsMetadata',
    :'template_matching_sensitivity' => :'String',
    :'template_matching_sensitivity_metadata' => :'SettingsMetadata',
    :'template_page_level_matching' => :'String',
    :'template_page_level_matching_metadata' => :'SettingsMetadata',
    :'timezone_dst' => :'String',
    :'timezone_dst_metadata' => :'SettingsMetadata',
    :'timezone_mask' => :'String',
    :'timezone_mask_metadata' => :'SettingsMetadata',
    :'timezone_offset' => :'String',
    :'timezone_offset_metadata' => :'SettingsMetadata',
    :'timezone_sending_pref' => :'String',
    :'timezone_sending_pref_metadata' => :'SettingsMetadata',
    :'timezone_signing_pref' => :'String',
    :'timezone_signing_pref_metadata' => :'SettingsMetadata',
    :'transaction_point_site_name_url' => :'String',
    :'transaction_point_site_name_url_metadata' => :'SettingsMetadata',
    :'transaction_point_user_name' => :'String',
    :'transaction_point_user_name_metadata' => :'SettingsMetadata',
    :'vaulting_mode' => :'String',
    :'vaulting_mode_metadata' => :'SettingsMetadata',
    :'web_forms' => :'String',
    :'web_forms_metadata' => :'SettingsMetadata'
  }
end

Instance Method Details

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
# File 'lib/docusign_esign/models/user_settings_information.rb', line 1117

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
       == o. &&
      admin_only == o.admin_only &&
       == o. &&
      allow_auto_tagging == o.allow_auto_tagging &&
      allow_envelope_transfer_to == o.allow_envelope_transfer_to &&
       == o. &&
      allow_eseal_recipients == o.allow_eseal_recipients &&
       == o. &&
      allow_power_forms_admin_to_access_all_power_form_envelope == o.allow_power_forms_admin_to_access_all_power_form_envelope &&
       == o. &&
      allow_recipient_language_selection == o.allow_recipient_language_selection &&
       == o. &&
      allow_send_on_behalf_of == o.allow_send_on_behalf_of &&
       == o. &&
      allow_supplemental_documents == o.allow_supplemental_documents &&
       == o. &&
      anchor_tag_versioned_placement_enabled == o.anchor_tag_versioned_placement_enabled &&
       == o. &&
       == o. &&
      api_can_export_ac == o.api_can_export_ac &&
       == o. &&
      bulk_send == o.bulk_send &&
       == o. &&
       == o. &&
       == o. &&
      can_edit_shared_addressbook == o.can_edit_shared_addressbook &&
       == o. &&
      can_lock_envelopes == o.can_lock_envelopes &&
       == o. &&
       == o. &&
       == o. &&
      can_manage_distributor == o.can_manage_distributor &&
       == o. &&
      can_manage_templates == o.can_manage_templates &&
       == o. &&
      can_send_api_requests == o.can_send_api_requests &&
       == o. &&
      can_send_envelope == o.can_send_envelope &&
       == o. &&
      can_send_envelopes_via_sms == o.can_send_envelopes_via_sms &&
       == o. &&
      can_sign_envelope == o.can_sign_envelope &&
       == o. &&
      can_use_scratchpad == o.can_use_scratchpad &&
       == o. &&
      can_use_smart_contracts == o.can_use_smart_contracts &&
       == o. &&
      disable_document_upload == o.disable_document_upload &&
       == o. &&
      disable_other_actions == o.disable_other_actions &&
       == o. &&
      enable_ds_pro == o.enable_ds_pro &&
       == o. &&
      enable_key_terms_suggestions_by_document_type == o.enable_key_terms_suggestions_by_document_type &&
       == o. &&
      enable_sequential_signing_api == o.enable_sequential_signing_api &&
       == o. &&
      enable_sequential_signing_ui == o.enable_sequential_signing_ui &&
       == o. &&
      enable_signer_attachments == o.enable_signer_attachments &&
       == o. &&
      enable_sign_on_paper_override == o.enable_sign_on_paper_override &&
       == o. &&
      enable_transaction_point == o.enable_transaction_point &&
       == o. &&
      enable_vaulting == o.enable_vaulting &&
       == o. &&
      express_send_only == o.express_send_only &&
      locale == o.locale &&
       == o. &&
      locale_policy == o.locale_policy &&
      manage_clickwraps_mode == o.manage_clickwraps_mode &&
       == o. &&
      modified_by == o.modified_by &&
       == o. &&
      modified_date == o.modified_date &&
       == o. &&
      modified_page == o.modified_page &&
       == o. &&
      new_send_ui == o.new_send_ui &&
       == o. &&
      power_form_mode == o.power_form_mode &&
       == o. &&
      recipient_viewed_notification == o.recipient_viewed_notification &&
       == o. &&
      seal_identifiers == o.seal_identifiers &&
      self_signed_recipient_email_document == o.self_signed_recipient_email_document &&
       == o. &&
      sender_email_notifications == o.sender_email_notifications &&
      signer_email_notifications == o.signer_email_notifications &&
      supplemental_document_include_in_download == o.supplemental_document_include_in_download &&
      supplemental_documents_must_accept == o.supplemental_documents_must_accept &&
       == o. &&
      supplemental_documents_must_read == o.supplemental_documents_must_read &&
       == o. &&
      supplemental_documents_must_view == o.supplemental_documents_must_view &&
       == o. &&
      template_active_creation == o.template_active_creation &&
       == o. &&
      template_apply_notify == o.template_apply_notify &&
       == o. &&
      template_auto_matching == o.template_auto_matching &&
       == o. &&
      template_matching_sensitivity == o.template_matching_sensitivity &&
       == o. &&
      template_page_level_matching == o.template_page_level_matching &&
       == o. &&
      timezone_dst == o.timezone_dst &&
       == o. &&
      timezone_mask == o.timezone_mask &&
       == o. &&
      timezone_offset == o.timezone_offset &&
       == o. &&
      timezone_sending_pref == o.timezone_sending_pref &&
       == o. &&
      timezone_signing_pref == o.timezone_signing_pref &&
       == o. &&
      transaction_point_site_name_url == o.transaction_point_site_name_url &&
       == o. &&
      transaction_point_user_name == o.transaction_point_user_name &&
       == o. &&
      vaulting_mode == o.vaulting_mode &&
       == o. &&
      web_forms == o.web_forms &&
       == o.
end

#_deserialize(type, value) ⇒ Object

Deserializes the data based on type

Parameters:

  • string

    type Data type

  • string

    value Value to be deserialized

Returns:

  • (Object)

    Deserialized data



1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
# File 'lib/docusign_esign/models/user_settings_information.rb', line 1283

def _deserialize(type, value)
  case type.to_sym
  when :DateTime
    DateTime.parse(value)
  when :Date
    Date.parse(value)
  when :String
    value.to_s
  when :Integer
    value.to_i
  when :Float
    value.to_f
  when :BOOLEAN
    if value.to_s =~ /\A(true|t|yes|y|1)\z/i
      true
    else
      false
    end
  when :Object
    # generic object (usually a Hash), return directly
    value
  when /\AArray<(?<inner_type>.+)>\z/
    inner_type = Regexp.last_match[:inner_type]
    value.map { |v| _deserialize(inner_type, v) }
  when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
    k_type = Regexp.last_match[:k_type]
    v_type = Regexp.last_match[:v_type]
    {}.tap do |hash|
      value.each do |k, v|
        hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
      end
    end
  else # model
    temp_model = DocuSign_eSign.const_get(type).new
    temp_model.build_from_hash(value)
  end
end

#_to_hash(value) ⇒ Hash

Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value

Parameters:

  • value (Object)

    Any valid value

Returns:

  • (Hash)

    Returns the value in the form of hash



1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
# File 'lib/docusign_esign/models/user_settings_information.rb', line 1349

def _to_hash(value)
  if value.is_a?(Array)
    value.compact.map { |v| _to_hash(v) }
  elsif value.is_a?(Hash)
    {}.tap do |hash|
      value.each { |k, v| hash[k] = _to_hash(v) }
    end
  elsif value.respond_to? :to_hash
    value.to_hash
  else
    value
  end
end

#build_from_hash(attributes) ⇒ Object

Builds the object from hash

Parameters:

  • attributes (Hash)

    Model attributes in the form of hash

Returns:

  • (Object)

    Returns the model itself



1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
# File 'lib/docusign_esign/models/user_settings_information.rb', line 1262

def build_from_hash(attributes)
  return nil unless attributes.is_a?(Hash)
  self.class.swagger_types.each_pair do |key, type|
    if type =~ /\AArray<(.*)>/i
      # check to ensure the input is an array given that the attribute
      # is documented as an array but the input is not
      if attributes[self.class.attribute_map[key]].is_a?(Array)
        self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
      end
    elsif !attributes[self.class.attribute_map[key]].nil?
      self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
    end # or else data not found in attributes(hash), not an issue as the data can be optional
  end

  self
end

#eql?(o) ⇒ Boolean

Parameters:

  • Object (Object)

    to be compared

Returns:

  • (Boolean)

See Also:

  • `==` method


1249
1250
1251
# File 'lib/docusign_esign/models/user_settings_information.rb', line 1249

def eql?(o)
  self == o
end

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



1255
1256
1257
# File 'lib/docusign_esign/models/user_settings_information.rb', line 1255

def hash
  [, admin_only, , allow_auto_tagging, allow_envelope_transfer_to, , allow_eseal_recipients, , allow_power_forms_admin_to_access_all_power_form_envelope, , allow_recipient_language_selection, , allow_send_on_behalf_of, , allow_supplemental_documents, , anchor_tag_versioned_placement_enabled, , , api_can_export_ac, , bulk_send, , , , can_edit_shared_addressbook, , can_lock_envelopes, , , , can_manage_distributor, , can_manage_templates, , can_send_api_requests, , can_send_envelope, , can_send_envelopes_via_sms, , can_sign_envelope, , can_use_scratchpad, , can_use_smart_contracts, , disable_document_upload, , disable_other_actions, , enable_ds_pro, , enable_key_terms_suggestions_by_document_type, , enable_sequential_signing_api, , enable_sequential_signing_ui, , enable_signer_attachments, , enable_sign_on_paper_override, , enable_transaction_point, , enable_vaulting, , express_send_only, locale, , locale_policy, manage_clickwraps_mode, , modified_by, , modified_date, , modified_page, , new_send_ui, , power_form_mode, , recipient_viewed_notification, , seal_identifiers, self_signed_recipient_email_document, , sender_email_notifications, signer_email_notifications, supplemental_document_include_in_download, supplemental_documents_must_accept, , supplemental_documents_must_read, , supplemental_documents_must_view, , template_active_creation, , template_apply_notify, , template_auto_matching, , template_matching_sensitivity, , template_page_level_matching, , timezone_dst, , timezone_mask, , timezone_offset, , timezone_sending_pref, , timezone_signing_pref, , transaction_point_site_name_url, , transaction_point_user_name, , vaulting_mode, , web_forms, ].hash
end

#list_invalid_propertiesObject

Show invalid properties with the reasons. Usually used together with valid?

Returns:

  • Array for valid properties with the reasons



1104
1105
1106
1107
# File 'lib/docusign_esign/models/user_settings_information.rb', line 1104

def list_invalid_properties
  invalid_properties = Array.new
  invalid_properties
end

#to_bodyHash

to_body is an alias to to_hash (backward compatibility)

Returns:

  • (Hash)

    Returns the object in the form of hash



1329
1330
1331
# File 'lib/docusign_esign/models/user_settings_information.rb', line 1329

def to_body
  to_hash
end

#to_hashHash

Returns the object in the form of hash

Returns:

  • (Hash)

    Returns the object in the form of hash



1335
1336
1337
1338
1339
1340
1341
1342
1343
# File 'lib/docusign_esign/models/user_settings_information.rb', line 1335

def to_hash
  hash = {}
  self.class.attribute_map.each_pair do |attr, param|
    value = self.send(attr)
    next if value.nil?
    hash[param] = _to_hash(value)
  end
  hash
end

#to_sString

Returns the string representation of the object

Returns:

  • (String)

    String presentation of the object



1323
1324
1325
# File 'lib/docusign_esign/models/user_settings_information.rb', line 1323

def to_s
  to_hash.to_s
end

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



1111
1112
1113
# File 'lib/docusign_esign/models/user_settings_information.rb', line 1111

def valid?
  true
end