Class: DocuSign_eSign::GetAgentUserAuthorizationsOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::GetAgentUserAuthorizationsOptions
- Defined in:
- lib/docusign_esign/api/accounts_api.rb
Instance Attribute Summary collapse
-
#active_only ⇒ Object
Returns the value of attribute active_only.
-
#count ⇒ Object
Returns the value of attribute count.
-
#email_substring ⇒ Object
Part (substring) of email we are searching for.
-
#include_closed_users ⇒ Object
Returns the value of attribute include_closed_users.
-
#permissions ⇒ Object
Returns the value of attribute permissions.
-
#start_position ⇒ Object
Returns the value of attribute start_position.
-
#user_name_substring ⇒ Object
Returns the value of attribute user_name_substring.
Class Method Summary collapse
Instance Attribute Details
#active_only ⇒ Object
Returns the value of attribute active_only.
105 106 107 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 105 def active_only @active_only end |
#count ⇒ Object
Returns the value of attribute count.
108 109 110 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 108 def count @count end |
#email_substring ⇒ Object
Part (substring) of email we are searching for.
111 112 113 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 111 def email_substring @email_substring end |
#include_closed_users ⇒ Object
Returns the value of attribute include_closed_users.
114 115 116 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 114 def include_closed_users @include_closed_users end |
#permissions ⇒ Object
Returns the value of attribute permissions.
117 118 119 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 117 def @permissions end |
#start_position ⇒ Object
Returns the value of attribute start_position.
120 121 122 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 120 def start_position @start_position end |
#user_name_substring ⇒ Object
Returns the value of attribute user_name_substring.
123 124 125 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 123 def user_name_substring @user_name_substring end |
Class Method Details
.default ⇒ Object
125 126 127 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 125 def self.default @@default ||= GetAgentUserAuthorizationsOptions.new end |