Class: DocuSign_eSign::ListWorkspaceFilePagesOptions

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#countObject

The maximum number of results to be returned by this request.



30
31
32
# File 'lib/docusign_esign/api/workspaces_api.rb', line 30

def count
  @count
end

#dpiObject

Number of dots per inch for the resulting image. The default if not used is 94. The range is 1-310.



33
34
35
# File 'lib/docusign_esign/api/workspaces_api.rb', line 33

def dpi
  @dpi
end

#max_heightObject

Sets the maximum height (in pixels) of the returned image.



36
37
38
# File 'lib/docusign_esign/api/workspaces_api.rb', line 36

def max_height
  @max_height
end

#max_widthObject

Sets the maximum width (in pixels) of the returned image.



39
40
41
# File 'lib/docusign_esign/api/workspaces_api.rb', line 39

def max_width
  @max_width
end

#start_positionObject

The position within the total result set from which to start returning values. The value thumbnail may be used to return the page image.



42
43
44
# File 'lib/docusign_esign/api/workspaces_api.rb', line 42

def start_position
  @start_position
end

Class Method Details

.defaultObject



44
45
46
# File 'lib/docusign_esign/api/workspaces_api.rb', line 44

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