Class: DocuSign_Rooms::GetFormGroupsOptions
- Inherits:
-
Object
- Object
- DocuSign_Rooms::GetFormGroupsOptions
- Defined in:
- lib/docusign_rooms/api/form_groups_api.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Number of Form Groups to include in the response, (Default 100).
-
#start_position ⇒ Object
Position in the overall list of Form Groups to begin results.
Class Method Summary collapse
Instance Attribute Details
#count ⇒ Object
Number of Form Groups to include in the response, (Default 100).
18 19 20 |
# File 'lib/docusign_rooms/api/form_groups_api.rb', line 18 def count @count end |
#start_position ⇒ Object
Position in the overall list of Form Groups to begin results.
21 22 23 |
# File 'lib/docusign_rooms/api/form_groups_api.rb', line 21 def start_position @start_position end |
Class Method Details
.default ⇒ Object
23 24 25 |
# File 'lib/docusign_rooms/api/form_groups_api.rb', line 23 def self.default @@default ||= GetFormGroupsOptions.new end |