Class: DocuSign_Rooms::GetTaskListTemplatesOptions
- Inherits:
-
Object
- Object
- DocuSign_Rooms::GetTaskListTemplatesOptions
- Defined in:
- lib/docusign_rooms/api/task_list_templates_api.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#start_position ⇒ Object
Returns the value of attribute start_position.
Class Method Summary collapse
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count.
21 22 23 |
# File 'lib/docusign_rooms/api/task_list_templates_api.rb', line 21 def count @count end |
#start_position ⇒ Object
Returns the value of attribute start_position.
18 19 20 |
# File 'lib/docusign_rooms/api/task_list_templates_api.rb', line 18 def start_position @start_position end |
Class Method Details
.default ⇒ Object
23 24 25 |
# File 'lib/docusign_rooms/api/task_list_templates_api.rb', line 23 def self.default @@default ||= GetTaskListTemplatesOptions.new end |