Class: DocuSign_eSign::ListUsersOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::ListUsersOptions
- Defined in:
- lib/docusign_esign/api/connect_api.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#email_substring ⇒ Object
Returns the value of attribute email_substring.
-
#list_included_users ⇒ Object
Returns the value of attribute list_included_users.
-
#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.
75 76 77 |
# File 'lib/docusign_esign/api/connect_api.rb', line 75 def count @count end |
#email_substring ⇒ Object
Returns the value of attribute email_substring.
78 79 80 |
# File 'lib/docusign_esign/api/connect_api.rb', line 78 def email_substring @email_substring end |
#list_included_users ⇒ Object
Returns the value of attribute list_included_users.
81 82 83 |
# File 'lib/docusign_esign/api/connect_api.rb', line 81 def list_included_users @list_included_users end |
#start_position ⇒ Object
Returns the value of attribute start_position.
84 85 86 |
# File 'lib/docusign_esign/api/connect_api.rb', line 84 def start_position @start_position end |
#status ⇒ Object
Returns the value of attribute status.
87 88 89 |
# File 'lib/docusign_esign/api/connect_api.rb', line 87 def status @status end |
#user_name_substring ⇒ Object
Returns the value of attribute user_name_substring.
90 91 92 |
# File 'lib/docusign_esign/api/connect_api.rb', line 90 def user_name_substring @user_name_substring end |
Class Method Details
.default ⇒ Object
92 93 94 |
# File 'lib/docusign_esign/api/connect_api.rb', line 92 def self.default @@default ||= ListUsersOptions.new end |