Class: DocuSign_eSign::ListFoldersOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::ListFoldersOptions
- Defined in:
- lib/docusign_esign/api/cloud_storage_api.rb
Instance Attribute Summary collapse
-
#cloud_storage_folder_path ⇒ Object
A comma separated list of folder IDs included in the request.
-
#count ⇒ Object
An optional value that sets how many items are included in the response.
-
#order ⇒ Object
An optional value that sets the direction order used to sort the item list.
-
#order_by ⇒ Object
An optional value that sets the file attribute used to sort the item list.
-
#search_text ⇒ Object
Returns the value of attribute search_text.
-
#start_position ⇒ Object
Indicates the starting point of the first item included in the response set.
Class Method Summary collapse
Instance Attribute Details
#cloud_storage_folder_path ⇒ Object
A comma separated list of folder IDs included in the request.
55 56 57 |
# File 'lib/docusign_esign/api/cloud_storage_api.rb', line 55 def cloud_storage_folder_path @cloud_storage_folder_path end |
#count ⇒ Object
An optional value that sets how many items are included in the response. The default setting for this is 25.
58 59 60 |
# File 'lib/docusign_esign/api/cloud_storage_api.rb', line 58 def count @count end |
#order ⇒ Object
An optional value that sets the direction order used to sort the item list. Valid values are: * asc = ascending sort order * desc = descending sort order
61 62 63 |
# File 'lib/docusign_esign/api/cloud_storage_api.rb', line 61 def order @order end |
#order_by ⇒ Object
An optional value that sets the file attribute used to sort the item list. Valid values are: * modified * name
64 65 66 |
# File 'lib/docusign_esign/api/cloud_storage_api.rb', line 64 def order_by @order_by end |
#search_text ⇒ Object
Returns the value of attribute search_text.
67 68 69 |
# File 'lib/docusign_esign/api/cloud_storage_api.rb', line 67 def search_text @search_text end |
#start_position ⇒ Object
Indicates the starting point of the first item included in the response set. It uses a 0-based index. The default setting for this is 0.
70 71 72 |
# File 'lib/docusign_esign/api/cloud_storage_api.rb', line 70 def start_position @start_position end |
Class Method Details
.default ⇒ Object
72 73 74 |
# File 'lib/docusign_esign/api/cloud_storage_api.rb', line 72 def self.default @@default ||= ListFoldersOptions.new end |