Class: DocuSign_eSign::ListFoldersOptions

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#cloud_storage_folder_pathObject

A comma separated list of folder IDs included in the request.



54
55
56
# File 'lib/docusign_esign/api/cloud_storage_api.rb', line 54

def cloud_storage_folder_path
  @cloud_storage_folder_path
end

#countObject

An optional value that sets how many items are included in the response. The default setting for this is 25.



57
58
59
# File 'lib/docusign_esign/api/cloud_storage_api.rb', line 57

def count
  @count
end

#orderObject

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



60
61
62
# File 'lib/docusign_esign/api/cloud_storage_api.rb', line 60

def order
  @order
end

#order_byObject

An optional value that sets the file attribute used to sort the item list. Valid values are: * modified * name



63
64
65
# File 'lib/docusign_esign/api/cloud_storage_api.rb', line 63

def order_by
  @order_by
end

#search_textObject

Returns the value of attribute search_text.



66
67
68
# File 'lib/docusign_esign/api/cloud_storage_api.rb', line 66

def search_text
  @search_text
end

#start_positionObject

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.



69
70
71
# File 'lib/docusign_esign/api/cloud_storage_api.rb', line 69

def start_position
  @start_position
end

Class Method Details

.defaultObject



71
72
73
# File 'lib/docusign_esign/api/cloud_storage_api.rb', line 71

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