Class: DocuSign_eSign::GetConnectAllUsersOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::GetConnectAllUsersOptions
- Defined in:
- lib/docusign_esign/api/connect_api.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#domain_users_only ⇒ Object
Returns the value of attribute domain_users_only.
-
#email_substring ⇒ Object
Returns the value of attribute email_substring.
-
#start_position ⇒ Object
Returns the value of attribute start_position.
-
#status ⇒ Object
Returns the value of attribute status.
-
#user_name_substring ⇒ Object
Returns the value of attribute user_name_substring.
Class Method Summary collapse
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count.
18 19 20 |
# File 'lib/docusign_esign/api/connect_api.rb', line 18 def count @count end |
#domain_users_only ⇒ Object
Returns the value of attribute domain_users_only.
21 22 23 |
# File 'lib/docusign_esign/api/connect_api.rb', line 21 def domain_users_only @domain_users_only end |
#email_substring ⇒ Object
Returns the value of attribute email_substring.
24 25 26 |
# File 'lib/docusign_esign/api/connect_api.rb', line 24 def email_substring @email_substring end |
#start_position ⇒ Object
Returns the value of attribute start_position.
27 28 29 |
# File 'lib/docusign_esign/api/connect_api.rb', line 27 def start_position @start_position end |
#status ⇒ Object
Returns the value of attribute status.
30 31 32 |
# File 'lib/docusign_esign/api/connect_api.rb', line 30 def status @status end |
#user_name_substring ⇒ Object
Returns the value of attribute user_name_substring.
33 34 35 |
# File 'lib/docusign_esign/api/connect_api.rb', line 33 def user_name_substring @user_name_substring end |
Class Method Details
.default ⇒ Object
35 36 37 |
# File 'lib/docusign_esign/api/connect_api.rb', line 35 def self.default @@default ||= GetConnectAllUsersOptions.new end |