Class: DocuSign_eSign::ListGroupsOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/docusign_esign/api/groups_api.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#countObject

Number of records to return. The number must be greater than 1 and less than or equal to 100.



31
32
33
# File 'lib/docusign_esign/api/groups_api.rb', line 31

def count
  @count
end

#group_typeObject

Returns the value of attribute group_type.



34
35
36
# File 'lib/docusign_esign/api/groups_api.rb', line 34

def group_type
  @group_type
end

#search_textObject

Returns the value of attribute search_text.



37
38
39
# File 'lib/docusign_esign/api/groups_api.rb', line 37

def search_text
  @search_text
end

#start_positionObject

Starting value for the list.



40
41
42
# File 'lib/docusign_esign/api/groups_api.rb', line 40

def start_position
  @start_position
end

Class Method Details

.defaultObject



42
43
44
# File 'lib/docusign_esign/api/groups_api.rb', line 42

def self.default
  @@default ||= ListGroupsOptions.new
end