Class: DocuSign_eSign::GetPrincipalUserAuthorizationsOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::GetPrincipalUserAuthorizationsOptions
- 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.
201 202 203 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 201 def active_only @active_only end |
#count ⇒ Object
Returns the value of attribute count.
204 205 206 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 204 def count @count end |
#email_substring ⇒ Object
Part (substring) of email we are searching for.
207 208 209 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 207 def email_substring @email_substring end |
#include_closed_users ⇒ Object
Returns the value of attribute include_closed_users.
210 211 212 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 210 def include_closed_users @include_closed_users end |
#permissions ⇒ Object
Returns the value of attribute permissions.
213 214 215 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 213 def @permissions end |
#start_position ⇒ Object
Returns the value of attribute start_position.
216 217 218 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 216 def start_position @start_position end |
#user_name_substring ⇒ Object
Returns the value of attribute user_name_substring.
219 220 221 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 219 def user_name_substring @user_name_substring end |
Class Method Details
.default ⇒ Object
221 222 223 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 221 def self.default @@default ||= GetPrincipalUserAuthorizationsOptions.new end |