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



568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
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
# File 'lib/docusign_esign/models/user_settings_information.rb', line 568

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?(:'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?(:'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

end

Instance Attribute Details

#account_management_granularObject

Returns the value of attribute account_management_granular.



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

def 
  @account_management_granular
end

#admin_onlyObject

Returns the value of attribute admin_only.



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

def admin_only
  @admin_only
end

#admin_only_metadataObject

Returns the value of attribute admin_only_metadata.



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

def 
  @admin_only_metadata
end

#allow_auto_taggingObject

Returns the value of attribute allow_auto_tagging.



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

def allow_auto_tagging
  @allow_auto_tagging
end

#allow_envelope_transfer_toObject

Returns the value of attribute allow_envelope_transfer_to.



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

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.



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

def 
  @allow_envelope_transfer_to_metadata
end

#allow_eseal_recipientsObject

Returns the value of attribute allow_eseal_recipients.



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

def allow_eseal_recipients
  @allow_eseal_recipients
end

#allow_eseal_recipients_metadataObject

Returns the value of attribute allow_eseal_recipients_metadata.



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

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.



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

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.



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

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.



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

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.



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

def 
  @allow_recipient_language_selection_metadata
end

#allow_send_on_behalf_ofObject

Returns the value of attribute allow_send_on_behalf_of.



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

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.



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

def 
  @allow_send_on_behalf_of_metadata
end

#allow_supplemental_documentsObject

Returns the value of attribute allow_supplemental_documents.



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

def allow_supplemental_documents
  @allow_supplemental_documents
end

#allow_supplemental_documents_metadataObject

Returns the value of attribute allow_supplemental_documents_metadata.



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

def 
  @allow_supplemental_documents_metadata
end

#anchor_tag_versioned_placement_enabledObject

Returns the value of attribute anchor_tag_versioned_placement_enabled.



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

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.



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

def 
  @api_account_wide_access
end

#api_account_wide_access_metadataObject

Returns the value of attribute api_account_wide_access_metadata.



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

def 
  @api_account_wide_access_metadata
end

#api_can_export_acObject

Returns the value of attribute api_can_export_ac.



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

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.



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

def 
  @api_can_export_ac_metadata
end

#bulk_sendObject

Returns the value of attribute bulk_send.



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

def bulk_send
  @bulk_send
end

#bulk_send_metadataObject

Returns the value of attribute bulk_send_metadata.



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

def 
  @bulk_send_metadata
end

#can_charge_accountObject

Returns the value of attribute can_charge_account.



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

def 
  @can_charge_account
end

#can_charge_account_metadataObject

Returns the value of attribute can_charge_account_metadata.



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

def 
  @can_charge_account_metadata
end

#can_edit_shared_addressbookObject

Returns the value of attribute can_edit_shared_addressbook.



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

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.



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

def 
  @can_edit_shared_addressbook_metadata
end

#can_lock_envelopesObject

Returns the value of attribute can_lock_envelopes.



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

def can_lock_envelopes
  @can_lock_envelopes
end

#can_lock_envelopes_metadataObject

Returns the value of attribute can_lock_envelopes_metadata.



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

def 
  @can_lock_envelopes_metadata
end

#can_manage_accountObject

Returns the value of attribute can_manage_account.



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

def 
  @can_manage_account
end

#can_manage_account_metadataObject

Returns the value of attribute can_manage_account_metadata.



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

def 
  @can_manage_account_metadata
end

#can_manage_distributorObject

Returns the value of attribute can_manage_distributor.



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

def can_manage_distributor
  @can_manage_distributor
end

#can_manage_distributor_metadataObject

Returns the value of attribute can_manage_distributor_metadata.



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

def 
  @can_manage_distributor_metadata
end

#can_manage_templatesObject

Returns the value of attribute can_manage_templates.



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

def can_manage_templates
  @can_manage_templates
end

#can_manage_templates_metadataObject

Returns the value of attribute can_manage_templates_metadata.



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

def 
  @can_manage_templates_metadata
end

#can_send_api_requestsObject

Returns the value of attribute can_send_api_requests.



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

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.



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

def 
  @can_send_api_requests_metadata
end

#can_send_envelopeObject

Returns the value of attribute can_send_envelope.



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

def can_send_envelope
  @can_send_envelope
end

#can_send_envelope_metadataObject

Returns the value of attribute can_send_envelope_metadata.



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

def 
  @can_send_envelope_metadata
end

#can_sign_envelopeObject

Returns the value of attribute can_sign_envelope.



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

def can_sign_envelope
  @can_sign_envelope
end

#can_sign_envelope_metadataObject

Returns the value of attribute can_sign_envelope_metadata.



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

def 
  @can_sign_envelope_metadata
end

#can_use_scratchpadObject

Returns the value of attribute can_use_scratchpad.



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

def can_use_scratchpad
  @can_use_scratchpad
end

#can_use_scratchpad_metadataObject

Returns the value of attribute can_use_scratchpad_metadata.



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

def 
  @can_use_scratchpad_metadata
end

#can_use_smart_contractsObject

Returns the value of attribute can_use_smart_contracts.



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

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.



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

def 
  @can_use_smart_contracts_metadata
end

#disable_document_uploadObject

Returns the value of attribute disable_document_upload.



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

def disable_document_upload
  @disable_document_upload
end

#disable_document_upload_metadataObject

Returns the value of attribute disable_document_upload_metadata.



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

def 
  @disable_document_upload_metadata
end

#disable_other_actionsObject

Returns the value of attribute disable_other_actions.



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

def disable_other_actions
  @disable_other_actions
end

#disable_other_actions_metadataObject

Returns the value of attribute disable_other_actions_metadata.



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

def 
  @disable_other_actions_metadata
end

#enable_ds_proObject

Returns the value of attribute enable_ds_pro.



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

def enable_ds_pro
  @enable_ds_pro
end

#enable_ds_pro_metadataObject

Returns the value of attribute enable_ds_pro_metadata.



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

def 
  @enable_ds_pro_metadata
end

#enable_sequential_signing_apiObject

Returns the value of attribute enable_sequential_signing_api.



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

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.



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

def 
  @enable_sequential_signing_api_metadata
end

#enable_sequential_signing_uiObject

Returns the value of attribute enable_sequential_signing_ui.



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

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.



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

def 
  @enable_sequential_signing_ui_metadata
end

#enable_sign_on_paper_overrideObject

Returns the value of attribute enable_sign_on_paper_override.



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

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.



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

def 
  @enable_sign_on_paper_override_metadata
end

#enable_signer_attachmentsObject

Returns the value of attribute enable_signer_attachments.



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

def enable_signer_attachments
  @enable_signer_attachments
end

#enable_signer_attachments_metadataObject

Returns the value of attribute enable_signer_attachments_metadata.



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

def 
  @enable_signer_attachments_metadata
end

#enable_transaction_pointObject

Returns the value of attribute enable_transaction_point.



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

def enable_transaction_point
  @enable_transaction_point
end

#enable_transaction_point_metadataObject

Returns the value of attribute enable_transaction_point_metadata.



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

def 
  @enable_transaction_point_metadata
end

#enable_vaultingObject

Returns the value of attribute enable_vaulting.



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

def enable_vaulting
  @enable_vaulting
end

#enable_vaulting_metadataObject

Returns the value of attribute enable_vaulting_metadata.



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

def 
  @enable_vaulting_metadata
end

#express_send_onlyObject

Returns the value of attribute express_send_only.



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

def express_send_only
  @express_send_only
end

#localeObject

Returns the value of attribute locale.



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

def locale
  @locale
end

#locale_metadataObject

Returns the value of attribute locale_metadata.



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

def 
  @locale_metadata
end

#locale_policyObject

Returns the value of attribute locale_policy.



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

def locale_policy
  @locale_policy
end

#manage_clickwraps_modeObject

Returns the value of attribute manage_clickwraps_mode.



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

def manage_clickwraps_mode
  @manage_clickwraps_mode
end

#manage_clickwraps_mode_metadataObject

Returns the value of attribute manage_clickwraps_mode_metadata.



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

def 
  @manage_clickwraps_mode_metadata
end

#modified_byObject

Returns the value of attribute modified_by.



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

def modified_by
  @modified_by
end

#modified_by_metadataObject

Returns the value of attribute modified_by_metadata.



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

def 
  @modified_by_metadata
end

#modified_dateObject

Returns the value of attribute modified_date.



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

def modified_date
  @modified_date
end

#modified_date_metadataObject

Returns the value of attribute modified_date_metadata.



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

def 
  @modified_date_metadata
end

#modified_pageObject

Returns the value of attribute modified_page.



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

def modified_page
  @modified_page
end

#modified_page_metadataObject

Returns the value of attribute modified_page_metadata.



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

def 
  @modified_page_metadata
end

#new_send_uiObject

Returns the value of attribute new_send_ui.



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

def new_send_ui
  @new_send_ui
end

#new_send_ui_metadataObject

Returns the value of attribute new_send_ui_metadata.



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

def 
  @new_send_ui_metadata
end

#power_form_modeObject

Returns the value of attribute power_form_mode.



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

def power_form_mode
  @power_form_mode
end

#power_form_mode_metadataObject

Returns the value of attribute power_form_mode_metadata.



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

def 
  @power_form_mode_metadata
end

#recipient_viewed_notificationObject

Returns the value of attribute recipient_viewed_notification.



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

def recipient_viewed_notification
  @recipient_viewed_notification
end

#recipient_viewed_notification_metadataObject

Returns the value of attribute recipient_viewed_notification_metadata.



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

def 
  @recipient_viewed_notification_metadata
end

#seal_identifiersObject

Returns the value of attribute seal_identifiers.



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

def seal_identifiers
  @seal_identifiers
end

#self_signed_recipient_email_documentObject

Returns the value of attribute self_signed_recipient_email_document.



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

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.



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

def 
  @self_signed_recipient_email_document_metadata
end

#sender_email_notificationsObject

Returns the value of attribute sender_email_notifications.



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

def sender_email_notifications
  @sender_email_notifications
end

#signer_email_notificationsObject

Returns the value of attribute signer_email_notifications.



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

def signer_email_notifications
  @signer_email_notifications
end

#supplemental_document_include_in_downloadObject

Returns the value of attribute supplemental_document_include_in_download.



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

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.



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

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.



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

def 
  @supplemental_documents_must_accept_metadata
end

#supplemental_documents_must_readObject

Returns the value of attribute supplemental_documents_must_read.



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

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.



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

def 
  @supplemental_documents_must_read_metadata
end

#supplemental_documents_must_viewObject

Returns the value of attribute supplemental_documents_must_view.



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

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.



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

def 
  @supplemental_documents_must_view_metadata
end

#template_active_creationObject

Returns the value of attribute template_active_creation.



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

def template_active_creation
  @template_active_creation
end

#template_active_creation_metadataObject

Returns the value of attribute template_active_creation_metadata.



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

def 
  @template_active_creation_metadata
end

#template_apply_notifyObject

Returns the value of attribute template_apply_notify.



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

def template_apply_notify
  @template_apply_notify
end

#template_apply_notify_metadataObject

Returns the value of attribute template_apply_notify_metadata.



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

def 
  @template_apply_notify_metadata
end

#template_auto_matchingObject

Returns the value of attribute template_auto_matching.



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

def template_auto_matching
  @template_auto_matching
end

#template_auto_matching_metadataObject

Returns the value of attribute template_auto_matching_metadata.



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

def 
  @template_auto_matching_metadata
end

#template_matching_sensitivityObject

Returns the value of attribute template_matching_sensitivity.



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

def template_matching_sensitivity
  @template_matching_sensitivity
end

#template_matching_sensitivity_metadataObject

Returns the value of attribute template_matching_sensitivity_metadata.



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

def 
  @template_matching_sensitivity_metadata
end

#template_page_level_matchingObject

Returns the value of attribute template_page_level_matching.



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

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.



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

def 
  @template_page_level_matching_metadata
end

#timezone_dstObject

Returns the value of attribute timezone_dst.



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

def timezone_dst
  @timezone_dst
end

#timezone_dst_metadataObject

Returns the value of attribute timezone_dst_metadata.



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

def 
  @timezone_dst_metadata
end

#timezone_maskObject

Returns the value of attribute timezone_mask.



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

def timezone_mask
  @timezone_mask
end

#timezone_mask_metadataObject

Returns the value of attribute timezone_mask_metadata.



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

def 
  @timezone_mask_metadata
end

#timezone_offsetObject

Returns the value of attribute timezone_offset.



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

def timezone_offset
  @timezone_offset
end

#timezone_offset_metadataObject

Returns the value of attribute timezone_offset_metadata.



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

def 
  @timezone_offset_metadata
end

#timezone_sending_prefObject

Returns the value of attribute timezone_sending_pref.



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

def timezone_sending_pref
  @timezone_sending_pref
end

#timezone_sending_pref_metadataObject

Returns the value of attribute timezone_sending_pref_metadata.



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

def 
  @timezone_sending_pref_metadata
end

#timezone_signing_prefObject

Returns the value of attribute timezone_signing_pref.



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

def timezone_signing_pref
  @timezone_signing_pref
end

#timezone_signing_pref_metadataObject

Returns the value of attribute timezone_signing_pref_metadata.



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

def 
  @timezone_signing_pref_metadata
end

#transaction_point_site_name_urlObject

Returns the value of attribute transaction_point_site_name_url.



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

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.



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

def 
  @transaction_point_site_name_url_metadata
end

#transaction_point_user_nameObject

Returns the value of attribute transaction_point_user_name.



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

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.



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

def 
  @transaction_point_user_name_metadata
end

#vaulting_modeObject

Returns the value of attribute vaulting_mode.



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

def vaulting_mode
  @vaulting_mode
end

#vaulting_mode_metadataObject

Returns the value of attribute vaulting_mode_metadata.



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

def 
  @vaulting_mode_metadata
end

Class Method Details

.attribute_mapObject

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



317
318
319
320
321
322
323
324
325
326
327
328
329
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
# File 'lib/docusign_esign/models/user_settings_information.rb', line 317

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_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_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'
  }
end

.swagger_typesObject

Attribute type mapping.



442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
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
# File 'lib/docusign_esign/models/user_settings_information.rb', line 442

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_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_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'
  }
end

Instance Method Details

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



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
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
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
# File 'lib/docusign_esign/models/user_settings_information.rb', line 1069

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_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_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.
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



1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
# File 'lib/docusign_esign/models/user_settings_information.rb', line 1229

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



1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
# File 'lib/docusign_esign/models/user_settings_information.rb', line 1295

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



1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
# File 'lib/docusign_esign/models/user_settings_information.rb', line 1208

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 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


1195
1196
1197
# File 'lib/docusign_esign/models/user_settings_information.rb', line 1195

def eql?(o)
  self == o
end

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



1201
1202
1203
# File 'lib/docusign_esign/models/user_settings_information.rb', line 1201

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_sign_envelope, , can_use_scratchpad, , can_use_smart_contracts, , disable_document_upload, , disable_other_actions, , enable_ds_pro, , 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, ].hash
end

#list_invalid_propertiesObject

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

Returns:

  • Array for valid properies with the reasons



1056
1057
1058
1059
# File 'lib/docusign_esign/models/user_settings_information.rb', line 1056

def list_invalid_properties
  invalid_properties = Array.new
  return 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



1275
1276
1277
# File 'lib/docusign_esign/models/user_settings_information.rb', line 1275

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



1281
1282
1283
1284
1285
1286
1287
1288
1289
# File 'lib/docusign_esign/models/user_settings_information.rb', line 1281

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



1269
1270
1271
# File 'lib/docusign_esign/models/user_settings_information.rb', line 1269

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



1063
1064
1065
# File 'lib/docusign_esign/models/user_settings_information.rb', line 1063

def valid?
  return true
end