Class: DocuSign_Rooms::GetDocumentsOptions
- Inherits:
-
Object
- Object
- DocuSign_Rooms::GetDocumentsOptions
- Defined in:
- lib/docusign_rooms/api/rooms_api.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Number of documents to return.
-
#start_position ⇒ Object
Position of the first item in the total results.
Class Method Summary collapse
Instance Attribute Details
#count ⇒ Object
Number of documents to return. Defaults to the maximum which is 100.
36 37 38 |
# File 'lib/docusign_rooms/api/rooms_api.rb', line 36 def count @count end |
#start_position ⇒ Object
Position of the first item in the total results. Defaults to 0.
39 40 41 |
# File 'lib/docusign_rooms/api/rooms_api.rb', line 39 def start_position @start_position end |
Class Method Details
.default ⇒ Object
41 42 43 |
# File 'lib/docusign_rooms/api/rooms_api.rb', line 41 def self.default @@default ||= GetDocumentsOptions.new end |