Class: DocuSign_eSign::AccountRoleSettings

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

Overview

This object defines account permissions for users who are associated with the account permission profile.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ AccountRoleSettings

Initializes the object

Parameters:

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

    Model attributes in the form of hash



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
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
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
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
# File 'lib/docusign_esign/models/account_role_settings.rb', line 426

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?(:'allowAccountManagement')
    self. = attributes[:'allowAccountManagement']
  end

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  if attributes.has_key?(:'allowSignerAttachmentsMetadata')
    self. = attributes[:'allowSignerAttachmentsMetadata']
  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?(:'allowTaggingInSendAndCorrect')
    self.allow_tagging_in_send_and_correct = attributes[:'allowTaggingInSendAndCorrect']
  end

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

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

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

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

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

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

  if attributes.has_key?(:'canCreateWorkspacesMetadata')
    self. = attributes[:'canCreateWorkspacesMetadata']
  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?(:'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?(:'enableApiRequestLogging')
    self.enable_api_request_logging = attributes[:'enableApiRequestLogging']
  end

  if attributes.has_key?(:'enableApiRequestLoggingMetadata')
    self. = attributes[:'enableApiRequestLoggingMetadata']
  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?(:'enableRecipientViewingNotifications')
    self.enable_recipient_viewing_notifications = attributes[:'enableRecipientViewingNotifications']
  end

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

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

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

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

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

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

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

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

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

  if attributes.has_key?(:'signingUiVersionMetadata')
    self. = attributes[:'signingUiVersionMetadata']
  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?(:'useNewDocuSignExperienceInterface')
    self.use_new_docu_sign_experience_interface = attributes[:'useNewDocuSignExperienceInterface']
  end

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

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

  if attributes.has_key?(:'useNewSendingInterfaceMetadata')
    self. = attributes[:'useNewSendingInterfaceMetadata']
  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

#allow_account_managementObject

Returns the value of attribute allow_account_management.



18
19
20
# File 'lib/docusign_esign/models/account_role_settings.rb', line 18

def 
  @allow_account_management
end

#allow_account_management_metadataObject

Metadata that indicates whether the ‘allowAccountManagement` property is editable.



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

def 
  @allow_account_management_metadata
end

#allow_api_accessObject

Returns the value of attribute allow_api_access.



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

def allow_api_access
  @allow_api_access
end

#allow_api_access_metadataObject

Metadata that indicates whether the ‘allowApiAccess` property is editable.



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

def 
  @allow_api_access_metadata
end

#allow_api_access_to_accountObject

Returns the value of attribute allow_api_access_to_account.



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

def 
  @allow_api_access_to_account
end

#allow_api_access_to_account_metadataObject

Metadata that indicates whether the ‘allowApiAccessToAccount` property is editable.



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

def 
  @allow_api_access_to_account_metadata
end

#allow_api_sending_on_behalf_of_othersObject

Returns the value of attribute allow_api_sending_on_behalf_of_others.



36
37
38
# File 'lib/docusign_esign/models/account_role_settings.rb', line 36

def allow_api_sending_on_behalf_of_others
  @allow_api_sending_on_behalf_of_others
end

#allow_api_sending_on_behalf_of_others_metadataObject

Metadata that indicates whether the ‘allowApiSendingOnBehalfOfOthers` property is editable.



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

def 
  @allow_api_sending_on_behalf_of_others_metadata
end

#allow_api_sequential_signingObject

Returns the value of attribute allow_api_sequential_signing.



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

def allow_api_sequential_signing
  @allow_api_sequential_signing
end

#allow_api_sequential_signing_metadataObject

Metadata that indicates whether the ‘allowApiSequentialSigning` property is editable.



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

def 
  @allow_api_sequential_signing_metadata
end

#allow_auto_taggingObject

Returns the value of attribute allow_auto_tagging.



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

def allow_auto_tagging
  @allow_auto_tagging
end

#allow_auto_tagging_metadataObject

Metadata that indicates whether the ‘allowAutoTagging` property is editable.



51
52
53
# File 'lib/docusign_esign/models/account_role_settings.rb', line 51

def 
  @allow_auto_tagging_metadata
end

#allow_bulk_sendingObject

Returns the value of attribute allow_bulk_sending.



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

def allow_bulk_sending
  @allow_bulk_sending
end

#allow_bulk_sending_metadataObject

Metadata that indicates whether the ‘allowBulkSending` property is editable.



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

def 
  @allow_bulk_sending_metadata
end

#allow_docu_sign_desktop_clientObject

Returns the value of attribute allow_docu_sign_desktop_client.



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

def allow_docu_sign_desktop_client
  @allow_docu_sign_desktop_client
end

#allow_docu_sign_desktop_client_metadataObject

Metadata that indicates whether the ‘allowDocuSignDesktopClient` property is editable.



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

def 
  @allow_docu_sign_desktop_client_metadata
end

#allow_e_seal_recipientsObject

Returns the value of attribute allow_e_seal_recipients.



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

def allow_e_seal_recipients
  @allow_e_seal_recipients
end

#allow_e_seal_recipients_metadataObject

Metadata that indicates whether the ‘allowESealRecipients` property is editable.



99
100
101
# File 'lib/docusign_esign/models/account_role_settings.rb', line 99

def 
  @allow_e_seal_recipients_metadata
end

#allow_envelope_sendingObject

Returns the value of attribute allow_envelope_sending.



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

def allow_envelope_sending
  @allow_envelope_sending
end

#allow_envelope_sending_metadataObject

Metadata that indicates whether the ‘allowEnvelopeSending` property is editable.



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

def 
  @allow_envelope_sending_metadata
end

#allow_power_forms_admin_to_access_all_power_form_envelopesObject

Returns the value of attribute allow_power_forms_admin_to_access_all_power_form_envelopes.



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

def allow_power_forms_admin_to_access_all_power_form_envelopes
  @allow_power_forms_admin_to_access_all_power_form_envelopes
end

#allow_power_forms_admin_to_access_all_power_form_envelopes_metadataObject

Metadata that indicates whether the ‘allowPowerFormsAdminToAccessAllPowerFormEnvelopes` property is editable.



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

def 
  @allow_power_forms_admin_to_access_all_power_form_envelopes_metadata
end

#allow_senders_to_set_recipient_email_languageObject

Returns the value of attribute allow_senders_to_set_recipient_email_language.



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

def allow_senders_to_set_recipient_email_language
  @allow_senders_to_set_recipient_email_language
end

#allow_senders_to_set_recipient_email_language_metadataObject

Metadata that indicates whether the ‘allowSendersToSetRecipientEmailLanguage` property is editable.



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

def 
  @allow_senders_to_set_recipient_email_language_metadata
end

#allow_signer_attachmentsObject

Returns the value of attribute allow_signer_attachments.



114
115
116
# File 'lib/docusign_esign/models/account_role_settings.rb', line 114

def allow_signer_attachments
  @allow_signer_attachments
end

#allow_signer_attachments_metadataObject

Metadata that indicates whether the ‘allowSignerAttachments` property is editable.



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

def 
  @allow_signer_attachments_metadata
end

#allow_supplemental_documentsObject

Returns the value of attribute allow_supplemental_documents.



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

def allow_supplemental_documents
  @allow_supplemental_documents
end

#allow_supplemental_documents_metadataObject

Metadata that indicates whether the ‘allowSupplementalDocuments` property is editable.



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

def 
  @allow_supplemental_documents_metadata
end

#allow_tagging_in_send_and_correctObject

Returns the value of attribute allow_tagging_in_send_and_correct.



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

def allow_tagging_in_send_and_correct
  @allow_tagging_in_send_and_correct
end

#allow_tagging_in_send_and_correct_metadataObject

Metadata that indicates whether the ‘allowTaggingInSendAndCorrect` property is editable.



129
130
131
# File 'lib/docusign_esign/models/account_role_settings.rb', line 129

def 
  @allow_tagging_in_send_and_correct_metadata
end

#allow_vaultingObject

Returns the value of attribute allow_vaulting.



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

def allow_vaulting
  @allow_vaulting
end

#allow_vaulting_metadataObject

Reserved for DocuSign.



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

def 
  @allow_vaulting_metadata
end

#allow_wet_signing_overrideObject

Returns the value of attribute allow_wet_signing_override.



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

def allow_wet_signing_override
  @allow_wet_signing_override
end

#allow_wet_signing_override_metadataObject

Metadata that indicates whether the ‘allowWetSigningOverride` property is editable.



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

def 
  @allow_wet_signing_override_metadata
end

#allowed_address_book_accessObject

Returns the value of attribute allowed_address_book_access.



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

def allowed_address_book_access
  @allowed_address_book_access
end

#allowed_address_book_access_metadataObject

Metadata that indicates whether the ‘allowedAddressBookAccess` property is editable.



69
70
71
# File 'lib/docusign_esign/models/account_role_settings.rb', line 69

def 
  @allowed_address_book_access_metadata
end

#allowed_clickwraps_accessObject

Returns the value of attribute allowed_clickwraps_access.



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

def allowed_clickwraps_access
  @allowed_clickwraps_access
end

#allowed_clickwraps_access_metadataObject

Returns the value of attribute allowed_clickwraps_access_metadata.



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

def 
  @allowed_clickwraps_access_metadata
end

#allowed_template_accessObject

Returns the value of attribute allowed_template_access.



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

def allowed_template_access
  @allowed_template_access
end

#allowed_template_access_metadataObject

Metadata that indicates whether the ‘allowedTemplateAccess` property is editable.



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

def 
  @allowed_template_access_metadata
end

#allowed_to_be_envelope_transfer_recipientObject

Returns the value of attribute allowed_to_be_envelope_transfer_recipient.



84
85
86
# File 'lib/docusign_esign/models/account_role_settings.rb', line 84

def allowed_to_be_envelope_transfer_recipient
  @allowed_to_be_envelope_transfer_recipient
end

#allowed_to_be_envelope_transfer_recipient_metadataObject

Metadata that indicates whether the ‘allowedToBeEnvelopeTransferRecipient` property is editable.



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

def 
  @allowed_to_be_envelope_transfer_recipient_metadata
end

#can_create_workspacesObject

Returns the value of attribute can_create_workspaces.



144
145
146
# File 'lib/docusign_esign/models/account_role_settings.rb', line 144

def can_create_workspaces
  @can_create_workspaces
end

#can_create_workspaces_metadataObject

Reserved for DocuSign.



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

def 
  @can_create_workspaces_metadata
end

#can_send_envelopes_via_smsObject

Returns the value of attribute can_send_envelopes_via_sms.



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

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.



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

def 
  @can_send_envelopes_via_sms_metadata
end

#disable_document_uploadObject

Returns the value of attribute disable_document_upload.



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

def disable_document_upload
  @disable_document_upload
end

#disable_document_upload_metadataObject

Metadata that indicates whether the ‘disableDocumentUpload` property is editable.



159
160
161
# File 'lib/docusign_esign/models/account_role_settings.rb', line 159

def 
  @disable_document_upload_metadata
end

#disable_other_actionsObject

Returns the value of attribute disable_other_actions.



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

def disable_other_actions
  @disable_other_actions
end

#disable_other_actions_metadataObject

Metadata that indicates whether the ‘disableOtherActions` property is editable.



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

def 
  @disable_other_actions_metadata
end

#enable_api_request_loggingObject

Returns the value of attribute enable_api_request_logging.



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

def enable_api_request_logging
  @enable_api_request_logging
end

#enable_api_request_logging_metadataObject

Metadata that indicates whether the ‘enableApiRequestLogging` property is editable.



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

def 
  @enable_api_request_logging_metadata
end

#enable_key_terms_suggestions_by_document_typeObject

Returns the value of attribute enable_key_terms_suggestions_by_document_type.



174
175
176
# File 'lib/docusign_esign/models/account_role_settings.rb', line 174

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.



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

def 
  @enable_key_terms_suggestions_by_document_type_metadata
end

#enable_recipient_viewing_notificationsObject

Returns the value of attribute enable_recipient_viewing_notifications.



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

def enable_recipient_viewing_notifications
  @enable_recipient_viewing_notifications
end

#enable_recipient_viewing_notifications_metadataObject

Metadata that indicates whether the ‘enableRecipientViewingNotifications` property is editable.



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

def 
  @enable_recipient_viewing_notifications_metadata
end

#enable_sequential_signing_interfaceObject

Returns the value of attribute enable_sequential_signing_interface.



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

def enable_sequential_signing_interface
  @enable_sequential_signing_interface
end

#enable_sequential_signing_interface_metadataObject

Metadata that indicates whether the ‘enableSequentialSigningInterface` property is editable.



189
190
191
# File 'lib/docusign_esign/models/account_role_settings.rb', line 189

def 
  @enable_sequential_signing_interface_metadata
end

#enable_transaction_point_integrationObject

Returns the value of attribute enable_transaction_point_integration.



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

def enable_transaction_point_integration
  @enable_transaction_point_integration
end

#enable_transaction_point_integration_metadataObject

Reserved for DocuSign.



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

def 
  @enable_transaction_point_integration_metadata
end

#power_form_roleObject

Returns the value of attribute power_form_role.



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

def power_form_role
  @power_form_role
end

#power_form_role_metadataObject

Metadata that indicates whether the ‘powerFormRole` property is editable.



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

def 
  @power_form_role_metadata
end

Returns the value of attribute receive_completed_self_signed_documents_as_email_links.



204
205
206
# File 'lib/docusign_esign/models/account_role_settings.rb', line 204

def receive_completed_self_signed_documents_as_email_links
  @receive_completed_self_signed_documents_as_email_links
end

Metadata that indicates whether the ‘receiveCompletedSelfSignedDocumentsAsEmailLinks` property is editable.



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

def 
  @receive_completed_self_signed_documents_as_email_links_metadata
end

#signing_ui_version_metadataObject

Reserved for DocuSign.



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

def 
  @signing_ui_version_metadata
end

#supplemental_documents_must_acceptObject

Returns the value of attribute supplemental_documents_must_accept.



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

def supplemental_documents_must_accept
  @supplemental_documents_must_accept
end

#supplemental_documents_must_accept_metadataObject

Metadata that indicates whether the ‘supplementalDocumentsMustAccept` property is editable.



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

def 
  @supplemental_documents_must_accept_metadata
end

#supplemental_documents_must_readObject

Returns the value of attribute supplemental_documents_must_read.



219
220
221
# File 'lib/docusign_esign/models/account_role_settings.rb', line 219

def supplemental_documents_must_read
  @supplemental_documents_must_read
end

#supplemental_documents_must_read_metadataObject

Metadata that indicates whether the ‘supplementalDocumentsMustRead` property is editable.



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

def 
  @supplemental_documents_must_read_metadata
end

#supplemental_documents_must_viewObject

Returns the value of attribute supplemental_documents_must_view.



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

def supplemental_documents_must_view
  @supplemental_documents_must_view
end

#supplemental_documents_must_view_metadataObject

Metadata that indicates whether the ‘supplementalDocumentsMustView` property is editable.



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

def 
  @supplemental_documents_must_view_metadata
end

#use_new_docu_sign_experience_interfaceObject

Returns the value of attribute use_new_docu_sign_experience_interface.



231
232
233
# File 'lib/docusign_esign/models/account_role_settings.rb', line 231

def use_new_docu_sign_experience_interface
  @use_new_docu_sign_experience_interface
end

#use_new_docu_sign_experience_interface_metadataObject

Reserved for DocuSign.



234
235
236
# File 'lib/docusign_esign/models/account_role_settings.rb', line 234

def 
  @use_new_docu_sign_experience_interface_metadata
end

#use_new_sending_interfaceObject

Returns the value of attribute use_new_sending_interface.



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

def use_new_sending_interface
  @use_new_sending_interface
end

#use_new_sending_interface_metadataObject

Reserved for DocuSign.



240
241
242
# File 'lib/docusign_esign/models/account_role_settings.rb', line 240

def 
  @use_new_sending_interface_metadata
end

#vaulting_modeObject

Returns the value of attribute vaulting_mode.



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

def vaulting_mode
  @vaulting_mode
end

#vaulting_mode_metadataObject

Reserved for DocuSign.



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

def 
  @vaulting_mode_metadata
end

#web_formsObject

Returns the value of attribute web_forms.



249
250
251
# File 'lib/docusign_esign/models/account_role_settings.rb', line 249

def web_forms
  @web_forms
end

#web_forms_metadataObject

Returns the value of attribute web_forms_metadata.



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

def 
  @web_forms_metadata
end

Class Method Details

.attribute_mapObject

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



255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
# File 'lib/docusign_esign/models/account_role_settings.rb', line 255

def self.attribute_map
  {
    :'allow_account_management' => :'allowAccountManagement',
    :'allow_account_management_metadata' => :'allowAccountManagementMetadata',
    :'allow_api_access' => :'allowApiAccess',
    :'allow_api_access_metadata' => :'allowApiAccessMetadata',
    :'allow_api_access_to_account' => :'allowApiAccessToAccount',
    :'allow_api_access_to_account_metadata' => :'allowApiAccessToAccountMetadata',
    :'allow_api_sending_on_behalf_of_others' => :'allowApiSendingOnBehalfOfOthers',
    :'allow_api_sending_on_behalf_of_others_metadata' => :'allowApiSendingOnBehalfOfOthersMetadata',
    :'allow_api_sequential_signing' => :'allowApiSequentialSigning',
    :'allow_api_sequential_signing_metadata' => :'allowApiSequentialSigningMetadata',
    :'allow_auto_tagging' => :'allowAutoTagging',
    :'allow_auto_tagging_metadata' => :'allowAutoTaggingMetadata',
    :'allow_bulk_sending' => :'allowBulkSending',
    :'allow_bulk_sending_metadata' => :'allowBulkSendingMetadata',
    :'allow_docu_sign_desktop_client' => :'allowDocuSignDesktopClient',
    :'allow_docu_sign_desktop_client_metadata' => :'allowDocuSignDesktopClientMetadata',
    :'allowed_address_book_access' => :'allowedAddressBookAccess',
    :'allowed_address_book_access_metadata' => :'allowedAddressBookAccessMetadata',
    :'allowed_clickwraps_access' => :'allowedClickwrapsAccess',
    :'allowed_clickwraps_access_metadata' => :'allowedClickwrapsAccessMetadata',
    :'allowed_template_access' => :'allowedTemplateAccess',
    :'allowed_template_access_metadata' => :'allowedTemplateAccessMetadata',
    :'allowed_to_be_envelope_transfer_recipient' => :'allowedToBeEnvelopeTransferRecipient',
    :'allowed_to_be_envelope_transfer_recipient_metadata' => :'allowedToBeEnvelopeTransferRecipientMetadata',
    :'allow_envelope_sending' => :'allowEnvelopeSending',
    :'allow_envelope_sending_metadata' => :'allowEnvelopeSendingMetadata',
    :'allow_e_seal_recipients' => :'allowESealRecipients',
    :'allow_e_seal_recipients_metadata' => :'allowESealRecipientsMetadata',
    :'allow_power_forms_admin_to_access_all_power_form_envelopes' => :'allowPowerFormsAdminToAccessAllPowerFormEnvelopes',
    :'allow_power_forms_admin_to_access_all_power_form_envelopes_metadata' => :'allowPowerFormsAdminToAccessAllPowerFormEnvelopesMetadata',
    :'allow_senders_to_set_recipient_email_language' => :'allowSendersToSetRecipientEmailLanguage',
    :'allow_senders_to_set_recipient_email_language_metadata' => :'allowSendersToSetRecipientEmailLanguageMetadata',
    :'allow_signer_attachments' => :'allowSignerAttachments',
    :'allow_signer_attachments_metadata' => :'allowSignerAttachmentsMetadata',
    :'allow_supplemental_documents' => :'allowSupplementalDocuments',
    :'allow_supplemental_documents_metadata' => :'allowSupplementalDocumentsMetadata',
    :'allow_tagging_in_send_and_correct' => :'allowTaggingInSendAndCorrect',
    :'allow_tagging_in_send_and_correct_metadata' => :'allowTaggingInSendAndCorrectMetadata',
    :'allow_vaulting' => :'allowVaulting',
    :'allow_vaulting_metadata' => :'allowVaultingMetadata',
    :'allow_wet_signing_override' => :'allowWetSigningOverride',
    :'allow_wet_signing_override_metadata' => :'allowWetSigningOverrideMetadata',
    :'can_create_workspaces' => :'canCreateWorkspaces',
    :'can_create_workspaces_metadata' => :'canCreateWorkspacesMetadata',
    :'can_send_envelopes_via_sms' => :'canSendEnvelopesViaSMS',
    :'can_send_envelopes_via_sms_metadata' => :'canSendEnvelopesViaSMSMetadata',
    :'disable_document_upload' => :'disableDocumentUpload',
    :'disable_document_upload_metadata' => :'disableDocumentUploadMetadata',
    :'disable_other_actions' => :'disableOtherActions',
    :'disable_other_actions_metadata' => :'disableOtherActionsMetadata',
    :'enable_api_request_logging' => :'enableApiRequestLogging',
    :'enable_api_request_logging_metadata' => :'enableApiRequestLoggingMetadata',
    :'enable_key_terms_suggestions_by_document_type' => :'enableKeyTermsSuggestionsByDocumentType',
    :'enable_key_terms_suggestions_by_document_type_metadata' => :'enableKeyTermsSuggestionsByDocumentTypeMetadata',
    :'enable_recipient_viewing_notifications' => :'enableRecipientViewingNotifications',
    :'enable_recipient_viewing_notifications_metadata' => :'enableRecipientViewingNotificationsMetadata',
    :'enable_sequential_signing_interface' => :'enableSequentialSigningInterface',
    :'enable_sequential_signing_interface_metadata' => :'enableSequentialSigningInterfaceMetadata',
    :'enable_transaction_point_integration' => :'enableTransactionPointIntegration',
    :'enable_transaction_point_integration_metadata' => :'enableTransactionPointIntegrationMetadata',
    :'power_form_role' => :'powerFormRole',
    :'power_form_role_metadata' => :'powerFormRoleMetadata',
    :'receive_completed_self_signed_documents_as_email_links' => :'receiveCompletedSelfSignedDocumentsAsEmailLinks',
    :'receive_completed_self_signed_documents_as_email_links_metadata' => :'receiveCompletedSelfSignedDocumentsAsEmailLinksMetadata',
    :'signing_ui_version_metadata' => :'signingUiVersionMetadata',
    :'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',
    :'use_new_docu_sign_experience_interface' => :'useNewDocuSignExperienceInterface',
    :'use_new_docu_sign_experience_interface_metadata' => :'useNewDocuSignExperienceInterfaceMetadata',
    :'use_new_sending_interface' => :'useNewSendingInterface',
    :'use_new_sending_interface_metadata' => :'useNewSendingInterfaceMetadata',
    :'vaulting_mode' => :'vaultingMode',
    :'vaulting_mode_metadata' => :'vaultingModeMetadata',
    :'web_forms' => :'webForms',
    :'web_forms_metadata' => :'webFormsMetadata'
  }
end

.swagger_typesObject

Attribute type mapping.



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
# File 'lib/docusign_esign/models/account_role_settings.rb', line 340

def self.swagger_types
  {
    :'allow_account_management' => :'String',
    :'allow_account_management_metadata' => :'SettingsMetadata',
    :'allow_api_access' => :'String',
    :'allow_api_access_metadata' => :'SettingsMetadata',
    :'allow_api_access_to_account' => :'String',
    :'allow_api_access_to_account_metadata' => :'SettingsMetadata',
    :'allow_api_sending_on_behalf_of_others' => :'String',
    :'allow_api_sending_on_behalf_of_others_metadata' => :'SettingsMetadata',
    :'allow_api_sequential_signing' => :'String',
    :'allow_api_sequential_signing_metadata' => :'SettingsMetadata',
    :'allow_auto_tagging' => :'String',
    :'allow_auto_tagging_metadata' => :'SettingsMetadata',
    :'allow_bulk_sending' => :'String',
    :'allow_bulk_sending_metadata' => :'SettingsMetadata',
    :'allow_docu_sign_desktop_client' => :'String',
    :'allow_docu_sign_desktop_client_metadata' => :'SettingsMetadata',
    :'allowed_address_book_access' => :'String',
    :'allowed_address_book_access_metadata' => :'SettingsMetadata',
    :'allowed_clickwraps_access' => :'String',
    :'allowed_clickwraps_access_metadata' => :'SettingsMetadata',
    :'allowed_template_access' => :'String',
    :'allowed_template_access_metadata' => :'SettingsMetadata',
    :'allowed_to_be_envelope_transfer_recipient' => :'String',
    :'allowed_to_be_envelope_transfer_recipient_metadata' => :'SettingsMetadata',
    :'allow_envelope_sending' => :'String',
    :'allow_envelope_sending_metadata' => :'SettingsMetadata',
    :'allow_e_seal_recipients' => :'String',
    :'allow_e_seal_recipients_metadata' => :'SettingsMetadata',
    :'allow_power_forms_admin_to_access_all_power_form_envelopes' => :'String',
    :'allow_power_forms_admin_to_access_all_power_form_envelopes_metadata' => :'SettingsMetadata',
    :'allow_senders_to_set_recipient_email_language' => :'String',
    :'allow_senders_to_set_recipient_email_language_metadata' => :'SettingsMetadata',
    :'allow_signer_attachments' => :'String',
    :'allow_signer_attachments_metadata' => :'SettingsMetadata',
    :'allow_supplemental_documents' => :'String',
    :'allow_supplemental_documents_metadata' => :'SettingsMetadata',
    :'allow_tagging_in_send_and_correct' => :'String',
    :'allow_tagging_in_send_and_correct_metadata' => :'SettingsMetadata',
    :'allow_vaulting' => :'String',
    :'allow_vaulting_metadata' => :'SettingsMetadata',
    :'allow_wet_signing_override' => :'String',
    :'allow_wet_signing_override_metadata' => :'SettingsMetadata',
    :'can_create_workspaces' => :'String',
    :'can_create_workspaces_metadata' => :'SettingsMetadata',
    :'can_send_envelopes_via_sms' => :'String',
    :'can_send_envelopes_via_sms_metadata' => :'SettingsMetadata',
    :'disable_document_upload' => :'String',
    :'disable_document_upload_metadata' => :'SettingsMetadata',
    :'disable_other_actions' => :'String',
    :'disable_other_actions_metadata' => :'SettingsMetadata',
    :'enable_api_request_logging' => :'String',
    :'enable_api_request_logging_metadata' => :'SettingsMetadata',
    :'enable_key_terms_suggestions_by_document_type' => :'String',
    :'enable_key_terms_suggestions_by_document_type_metadata' => :'SettingsMetadata',
    :'enable_recipient_viewing_notifications' => :'String',
    :'enable_recipient_viewing_notifications_metadata' => :'SettingsMetadata',
    :'enable_sequential_signing_interface' => :'String',
    :'enable_sequential_signing_interface_metadata' => :'SettingsMetadata',
    :'enable_transaction_point_integration' => :'String',
    :'enable_transaction_point_integration_metadata' => :'SettingsMetadata',
    :'power_form_role' => :'String',
    :'power_form_role_metadata' => :'SettingsMetadata',
    :'receive_completed_self_signed_documents_as_email_links' => :'String',
    :'receive_completed_self_signed_documents_as_email_links_metadata' => :'SettingsMetadata',
    :'signing_ui_version_metadata' => :'SettingsMetadata',
    :'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',
    :'use_new_docu_sign_experience_interface' => :'String',
    :'use_new_docu_sign_experience_interface_metadata' => :'SettingsMetadata',
    :'use_new_sending_interface' => :'String',
    :'use_new_sending_interface_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



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
# File 'lib/docusign_esign/models/account_role_settings.rb', line 764

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
       == o. &&
       == o. &&
      allow_api_access == o.allow_api_access &&
       == o. &&
       == o. &&
       == o. &&
      allow_api_sending_on_behalf_of_others == o.allow_api_sending_on_behalf_of_others &&
       == o. &&
      allow_api_sequential_signing == o.allow_api_sequential_signing &&
       == o. &&
      allow_auto_tagging == o.allow_auto_tagging &&
       == o. &&
      allow_bulk_sending == o.allow_bulk_sending &&
       == o. &&
      allow_docu_sign_desktop_client == o.allow_docu_sign_desktop_client &&
       == o. &&
      allowed_address_book_access == o.allowed_address_book_access &&
       == o. &&
      allowed_clickwraps_access == o.allowed_clickwraps_access &&
       == o. &&
      allowed_template_access == o.allowed_template_access &&
       == o. &&
      allowed_to_be_envelope_transfer_recipient == o.allowed_to_be_envelope_transfer_recipient &&
       == o. &&
      allow_envelope_sending == o.allow_envelope_sending &&
       == o. &&
      allow_e_seal_recipients == o.allow_e_seal_recipients &&
       == o. &&
      allow_power_forms_admin_to_access_all_power_form_envelopes == o.allow_power_forms_admin_to_access_all_power_form_envelopes &&
       == o. &&
      allow_senders_to_set_recipient_email_language == o.allow_senders_to_set_recipient_email_language &&
       == o. &&
      allow_signer_attachments == o.allow_signer_attachments &&
       == o. &&
      allow_supplemental_documents == o.allow_supplemental_documents &&
       == o. &&
      allow_tagging_in_send_and_correct == o.allow_tagging_in_send_and_correct &&
       == o. &&
      allow_vaulting == o.allow_vaulting &&
       == o. &&
      allow_wet_signing_override == o.allow_wet_signing_override &&
       == o. &&
      can_create_workspaces == o.can_create_workspaces &&
       == o. &&
      can_send_envelopes_via_sms == o.can_send_envelopes_via_sms &&
       == o. &&
      disable_document_upload == o.disable_document_upload &&
       == o. &&
      disable_other_actions == o.disable_other_actions &&
       == o. &&
      enable_api_request_logging == o.enable_api_request_logging &&
       == o. &&
      enable_key_terms_suggestions_by_document_type == o.enable_key_terms_suggestions_by_document_type &&
       == o. &&
      enable_recipient_viewing_notifications == o.enable_recipient_viewing_notifications &&
       == o. &&
      enable_sequential_signing_interface == o.enable_sequential_signing_interface &&
       == o. &&
      enable_transaction_point_integration == o.enable_transaction_point_integration &&
       == o. &&
      power_form_role == o.power_form_role &&
       == o. &&
      receive_completed_self_signed_documents_as_email_links == o.receive_completed_self_signed_documents_as_email_links &&
       == o. &&
       == o. &&
      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. &&
      use_new_docu_sign_experience_interface == o.use_new_docu_sign_experience_interface &&
       == o. &&
      use_new_sending_interface == o.use_new_sending_interface &&
       == 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



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
# File 'lib/docusign_esign/models/account_role_settings.rb', line 884

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



950
951
952
953
954
955
956
957
958
959
960
961
962
# File 'lib/docusign_esign/models/account_role_settings.rb', line 950

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



863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
# File 'lib/docusign_esign/models/account_role_settings.rb', line 863

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


850
851
852
# File 'lib/docusign_esign/models/account_role_settings.rb', line 850

def eql?(o)
  self == o
end

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



856
857
858
# File 'lib/docusign_esign/models/account_role_settings.rb', line 856

def hash
  [, , allow_api_access, , , , allow_api_sending_on_behalf_of_others, , allow_api_sequential_signing, , allow_auto_tagging, , allow_bulk_sending, , allow_docu_sign_desktop_client, , allowed_address_book_access, , allowed_clickwraps_access, , allowed_template_access, , allowed_to_be_envelope_transfer_recipient, , allow_envelope_sending, , allow_e_seal_recipients, , allow_power_forms_admin_to_access_all_power_form_envelopes, , allow_senders_to_set_recipient_email_language, , allow_signer_attachments, , allow_supplemental_documents, , allow_tagging_in_send_and_correct, , allow_vaulting, , allow_wet_signing_override, , can_create_workspaces, , can_send_envelopes_via_sms, , disable_document_upload, , disable_other_actions, , enable_api_request_logging, , enable_key_terms_suggestions_by_document_type, , enable_recipient_viewing_notifications, , enable_sequential_signing_interface, , enable_transaction_point_integration, , power_form_role, , receive_completed_self_signed_documents_as_email_links, , , supplemental_documents_must_accept, , supplemental_documents_must_read, , supplemental_documents_must_view, , use_new_docu_sign_experience_interface, , use_new_sending_interface, , 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



751
752
753
754
# File 'lib/docusign_esign/models/account_role_settings.rb', line 751

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



930
931
932
# File 'lib/docusign_esign/models/account_role_settings.rb', line 930

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



936
937
938
939
940
941
942
943
944
# File 'lib/docusign_esign/models/account_role_settings.rb', line 936

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



924
925
926
# File 'lib/docusign_esign/models/account_role_settings.rb', line 924

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



758
759
760
# File 'lib/docusign_esign/models/account_role_settings.rb', line 758

def valid?
  true
end