Class: DocuSign_eSign::ListGroupUsersOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::ListGroupUsersOptions
- Defined in:
- lib/docusign_esign/api/groups_api.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Number of records to return.
-
#start_position ⇒ Object
Starting value for the list.
Class Method Summary collapse
Instance Attribute Details
#count ⇒ Object
Number of records to return. The number must be greater than 1 and less than or equal to 100.
18 19 20 |
# File 'lib/docusign_esign/api/groups_api.rb', line 18 def count @count end |
#start_position ⇒ Object
Starting value for the list.
21 22 23 |
# File 'lib/docusign_esign/api/groups_api.rb', line 21 def start_position @start_position end |
Class Method Details
.default ⇒ Object
23 24 25 |
# File 'lib/docusign_esign/api/groups_api.rb', line 23 def self.default @@default ||= ListGroupUsersOptions.new end |