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.
126 127 128 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 126 def active_only @active_only end |
#count ⇒ Object
Returns the value of attribute count.
129 130 131 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 129 def count @count end |
#email_substring ⇒ Object
Part (substring) of email we are searching for.
132 133 134 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 132 def email_substring @email_substring end |
#include_closed_users ⇒ Object
Returns the value of attribute include_closed_users.
135 136 137 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 135 def include_closed_users @include_closed_users end |
#permissions ⇒ Object
Returns the value of attribute permissions.
138 139 140 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 138 def end |
#start_position ⇒ Object
Returns the value of attribute start_position.
141 142 143 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 141 def start_position @start_position end |
#user_name_substring ⇒ Object
Returns the value of attribute user_name_substring.
144 145 146 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 144 def user_name_substring @user_name_substring end |
Class Method Details
.default ⇒ Object
146 147 148 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 146 def self.default @@default ||= GetAgentUserAuthorizationsOptions.new end |