Class: DocuSign_eSign::ListGroupsOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::ListGroupsOptions
- Defined in:
- lib/docusign_esign/api/groups_api.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Number of records to return.
-
#group_type ⇒ Object
Returns the value of attribute group_type.
-
#include_usercount ⇒ Object
Returns the value of attribute include_usercount.
-
#search_text ⇒ Object
Returns the value of attribute search_text.
-
#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.
30 31 32 |
# File 'lib/docusign_esign/api/groups_api.rb', line 30 def count @count end |
#group_type ⇒ Object
Returns the value of attribute group_type.
33 34 35 |
# File 'lib/docusign_esign/api/groups_api.rb', line 33 def group_type @group_type end |
#include_usercount ⇒ Object
Returns the value of attribute include_usercount.
36 37 38 |
# File 'lib/docusign_esign/api/groups_api.rb', line 36 def include_usercount @include_usercount end |
#search_text ⇒ Object
Returns the value of attribute search_text.
39 40 41 |
# File 'lib/docusign_esign/api/groups_api.rb', line 39 def search_text @search_text end |
#start_position ⇒ Object
Starting value for the list.
42 43 44 |
# File 'lib/docusign_esign/api/groups_api.rb', line 42 def start_position @start_position end |
Class Method Details
.default ⇒ Object
44 45 46 |
# File 'lib/docusign_esign/api/groups_api.rb', line 44 def self.default @@default ||= ListGroupsOptions.new end |