Class: DocuSign_eSign::AccountRoleSettings

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

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



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

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

Instance Attribute Details

#allow_account_managementObject

Returns the value of attribute allow_account_management.



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

def 
  @allow_account_management
end

#allow_account_management_metadataObject

Returns the value of attribute allow_account_management_metadata.



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

def 
  @allow_account_management_metadata
end

#allow_api_accessObject

Returns the value of attribute allow_api_access.



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

def allow_api_access
  @allow_api_access
end

#allow_api_access_metadataObject

Returns the value of attribute allow_api_access_metadata.



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

def 
  @allow_api_access_metadata
end

#allow_api_access_to_accountObject

Returns the value of attribute allow_api_access_to_account.



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

def 
  @allow_api_access_to_account
end

#allow_api_access_to_account_metadataObject

Returns the value of attribute allow_api_access_to_account_metadata.



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

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.



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

def allow_api_sending_on_behalf_of_others
  @allow_api_sending_on_behalf_of_others
end

#allow_api_sending_on_behalf_of_others_metadataObject

Returns the value of attribute allow_api_sending_on_behalf_of_others_metadata.



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

def 
  @allow_api_sending_on_behalf_of_others_metadata
end

#allow_api_sequential_signingObject

Returns the value of attribute allow_api_sequential_signing.



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

def allow_api_sequential_signing
  @allow_api_sequential_signing
end

#allow_api_sequential_signing_metadataObject

Returns the value of attribute allow_api_sequential_signing_metadata.



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

def 
  @allow_api_sequential_signing_metadata
end

#allow_auto_taggingObject

Returns the value of attribute allow_auto_tagging.



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

def allow_auto_tagging
  @allow_auto_tagging
end

#allow_auto_tagging_metadataObject

Returns the value of attribute allow_auto_tagging_metadata.



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

def 
  @allow_auto_tagging_metadata
end

#allow_bulk_sendingObject

Returns the value of attribute allow_bulk_sending.



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

def allow_bulk_sending
  @allow_bulk_sending
end

#allow_bulk_sending_metadataObject

Returns the value of attribute allow_bulk_sending_metadata.



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

def 
  @allow_bulk_sending_metadata
end

#allow_docu_sign_desktop_clientObject

Returns the value of attribute allow_docu_sign_desktop_client.



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

def allow_docu_sign_desktop_client
  @allow_docu_sign_desktop_client
end

#allow_docu_sign_desktop_client_metadataObject

Returns the value of attribute allow_docu_sign_desktop_client_metadata.



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

def 
  @allow_docu_sign_desktop_client_metadata
end

#allow_e_seal_recipientsObject

Returns the value of attribute allow_e_seal_recipients.



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

def allow_e_seal_recipients
  @allow_e_seal_recipients
end

#allow_e_seal_recipients_metadataObject

Returns the value of attribute allow_e_seal_recipients_metadata.



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

def 
  @allow_e_seal_recipients_metadata
end

#allow_envelope_sendingObject

Returns the value of attribute allow_envelope_sending.



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

def allow_envelope_sending
  @allow_envelope_sending
end

#allow_envelope_sending_metadataObject

Returns the value of attribute allow_envelope_sending_metadata.



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

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.



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

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

Returns the value of attribute allow_power_forms_admin_to_access_all_power_form_envelopes_metadata.



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

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.



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

def allow_senders_to_set_recipient_email_language
  @allow_senders_to_set_recipient_email_language
end

#allow_senders_to_set_recipient_email_language_metadataObject

Returns the value of attribute allow_senders_to_set_recipient_email_language_metadata.



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

def 
  @allow_senders_to_set_recipient_email_language_metadata
end

#allow_signer_attachmentsObject

Returns the value of attribute allow_signer_attachments.



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

def allow_signer_attachments
  @allow_signer_attachments
end

#allow_signer_attachments_metadataObject

Returns the value of attribute allow_signer_attachments_metadata.



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

def 
  @allow_signer_attachments_metadata
end

#allow_supplemental_documentsObject

Returns the value of attribute allow_supplemental_documents.



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

def allow_supplemental_documents
  @allow_supplemental_documents
end

#allow_supplemental_documents_metadataObject

Returns the value of attribute allow_supplemental_documents_metadata.



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

def 
  @allow_supplemental_documents_metadata
end

#allow_tagging_in_send_and_correctObject

Returns the value of attribute allow_tagging_in_send_and_correct.



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

def allow_tagging_in_send_and_correct
  @allow_tagging_in_send_and_correct
end

#allow_tagging_in_send_and_correct_metadataObject

Returns the value of attribute allow_tagging_in_send_and_correct_metadata.



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

def 
  @allow_tagging_in_send_and_correct_metadata
end

#allow_vaultingObject

Returns the value of attribute allow_vaulting.



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

def allow_vaulting
  @allow_vaulting
end

#allow_vaulting_metadataObject

Returns the value of attribute allow_vaulting_metadata.



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

def 
  @allow_vaulting_metadata
end

#allow_wet_signing_overrideObject

Returns the value of attribute allow_wet_signing_override.



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

def allow_wet_signing_override
  @allow_wet_signing_override
end

#allow_wet_signing_override_metadataObject

Returns the value of attribute allow_wet_signing_override_metadata.



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

def 
  @allow_wet_signing_override_metadata
end

#allowed_address_book_accessObject

Returns the value of attribute allowed_address_book_access.



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

def allowed_address_book_access
  @allowed_address_book_access
end

#allowed_address_book_access_metadataObject

Returns the value of attribute allowed_address_book_access_metadata.



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

def 
  @allowed_address_book_access_metadata
end

#allowed_template_accessObject

Returns the value of attribute allowed_template_access.



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

def allowed_template_access
  @allowed_template_access
end

#allowed_template_access_metadataObject

Returns the value of attribute allowed_template_access_metadata.



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

def 
  @allowed_template_access_metadata
end

#allowed_to_be_envelope_transfer_recipientObject

Returns the value of attribute allowed_to_be_envelope_transfer_recipient.



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

def allowed_to_be_envelope_transfer_recipient
  @allowed_to_be_envelope_transfer_recipient
end

#allowed_to_be_envelope_transfer_recipient_metadataObject

Returns the value of attribute allowed_to_be_envelope_transfer_recipient_metadata.



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

def 
  @allowed_to_be_envelope_transfer_recipient_metadata
end

#can_create_workspacesObject

Returns the value of attribute can_create_workspaces.



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

def can_create_workspaces
  @can_create_workspaces
end

#can_create_workspaces_metadataObject

Returns the value of attribute can_create_workspaces_metadata.



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

def 
  @can_create_workspaces_metadata
end

#disable_document_uploadObject

Returns the value of attribute disable_document_upload.



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

def disable_document_upload
  @disable_document_upload
end

#disable_document_upload_metadataObject

Returns the value of attribute disable_document_upload_metadata.



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

def 
  @disable_document_upload_metadata
end

#disable_other_actionsObject

Returns the value of attribute disable_other_actions.



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

def disable_other_actions
  @disable_other_actions
end

#disable_other_actions_metadataObject

Returns the value of attribute disable_other_actions_metadata.



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

def 
  @disable_other_actions_metadata
end

#enable_api_request_loggingObject

Returns the value of attribute enable_api_request_logging.



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

def enable_api_request_logging
  @enable_api_request_logging
end

#enable_api_request_logging_metadataObject

Returns the value of attribute enable_api_request_logging_metadata.



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

def 
  @enable_api_request_logging_metadata
end

#enable_recipient_viewing_notificationsObject

Returns the value of attribute enable_recipient_viewing_notifications.



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

def enable_recipient_viewing_notifications
  @enable_recipient_viewing_notifications
end

#enable_recipient_viewing_notifications_metadataObject

Returns the value of attribute enable_recipient_viewing_notifications_metadata.



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

def 
  @enable_recipient_viewing_notifications_metadata
end

#enable_sequential_signing_interfaceObject

Returns the value of attribute enable_sequential_signing_interface.



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

def enable_sequential_signing_interface
  @enable_sequential_signing_interface
end

#enable_sequential_signing_interface_metadataObject

Returns the value of attribute enable_sequential_signing_interface_metadata.



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

def 
  @enable_sequential_signing_interface_metadata
end

#enable_transaction_point_integrationObject

Returns the value of attribute enable_transaction_point_integration.



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

def enable_transaction_point_integration
  @enable_transaction_point_integration
end

#enable_transaction_point_integration_metadataObject

Returns the value of attribute enable_transaction_point_integration_metadata.



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

def 
  @enable_transaction_point_integration_metadata
end

#power_form_roleObject

Returns the value of attribute power_form_role.



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

def power_form_role
  @power_form_role
end

#power_form_role_metadataObject

Returns the value of attribute power_form_role_metadata.



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

def 
  @power_form_role_metadata
end

Returns the value of attribute receive_completed_self_signed_documents_as_email_links.



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

def receive_completed_self_signed_documents_as_email_links
  @receive_completed_self_signed_documents_as_email_links
end

Returns the value of attribute receive_completed_self_signed_documents_as_email_links_metadata.



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

def 
  @receive_completed_self_signed_documents_as_email_links_metadata
end

#supplemental_documents_must_acceptObject

Returns the value of attribute supplemental_documents_must_accept.



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

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.



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

def 
  @supplemental_documents_must_accept_metadata
end

#supplemental_documents_must_readObject

Returns the value of attribute supplemental_documents_must_read.



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

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.



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

def 
  @supplemental_documents_must_read_metadata
end

#supplemental_documents_must_viewObject

Returns the value of attribute supplemental_documents_must_view.



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

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.



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

def 
  @supplemental_documents_must_view_metadata
end

#use_new_docu_sign_experience_interfaceObject

Returns the value of attribute use_new_docu_sign_experience_interface.



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

def use_new_docu_sign_experience_interface
  @use_new_docu_sign_experience_interface
end

#use_new_docu_sign_experience_interface_metadataObject

Returns the value of attribute use_new_docu_sign_experience_interface_metadata.



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

def 
  @use_new_docu_sign_experience_interface_metadata
end

#use_new_sending_interfaceObject

Returns the value of attribute use_new_sending_interface.



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

def use_new_sending_interface
  @use_new_sending_interface
end

#use_new_sending_interface_metadataObject

Returns the value of attribute use_new_sending_interface_metadata.



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

def 
  @use_new_sending_interface_metadata
end

#vaulting_modeObject

Returns the value of attribute vaulting_mode.



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

def vaulting_mode
  @vaulting_mode
end

#vaulting_mode_metadataObject

Returns the value of attribute vaulting_mode_metadata.



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

def 
  @vaulting_mode_metadata
end

Class Method Details

.attribute_mapObject

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



192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
# File 'lib/docusign_esign/models/account_role_settings.rb', line 192

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

.swagger_typesObject

Attribute type mapping.



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

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

Instance Method Details

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



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

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



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

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



824
825
826
827
828
829
830
831
832
833
834
835
836
# File 'lib/docusign_esign/models/account_role_settings.rb', line 824

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



737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
# File 'lib/docusign_esign/models/account_role_settings.rb', line 737

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


724
725
726
# File 'lib/docusign_esign/models/account_role_settings.rb', line 724

def eql?(o)
  self == o
end

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



730
731
732
# File 'lib/docusign_esign/models/account_role_settings.rb', line 730

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_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, , disable_document_upload, , disable_other_actions, , enable_api_request_logging, , 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, ].hash
end

#list_invalid_propertiesObject

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

Returns:

  • Array for valid properties with the reasons



634
635
636
637
# File 'lib/docusign_esign/models/account_role_settings.rb', line 634

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



804
805
806
# File 'lib/docusign_esign/models/account_role_settings.rb', line 804

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



810
811
812
813
814
815
816
817
818
# File 'lib/docusign_esign/models/account_role_settings.rb', line 810

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



798
799
800
# File 'lib/docusign_esign/models/account_role_settings.rb', line 798

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



641
642
643
# File 'lib/docusign_esign/models/account_role_settings.rb', line 641

def valid?
  true
end