Class: DocuSign_eSign::GetPagesOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/docusign_esign/api/envelopes_api.rb,
lib/docusign_esign/api/templates_api.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count.



219
220
221
# File 'lib/docusign_esign/api/envelopes_api.rb', line 219

def count
  @count
end

#dpiObject

Returns the value of attribute dpi.



222
223
224
# File 'lib/docusign_esign/api/envelopes_api.rb', line 222

def dpi
  @dpi
end

#max_heightObject

Returns the value of attribute max_height.



225
226
227
# File 'lib/docusign_esign/api/envelopes_api.rb', line 225

def max_height
  @max_height
end

#max_widthObject

Returns the value of attribute max_width.



228
229
230
# File 'lib/docusign_esign/api/envelopes_api.rb', line 228

def max_width
  @max_width
end

#nocacheObject

Returns the value of attribute nocache.



231
232
233
# File 'lib/docusign_esign/api/envelopes_api.rb', line 231

def nocache
  @nocache
end

#show_changesObject

Returns the value of attribute show_changes.



234
235
236
# File 'lib/docusign_esign/api/envelopes_api.rb', line 234

def show_changes
  @show_changes
end

#start_positionObject

Returns the value of attribute start_position.



237
238
239
# File 'lib/docusign_esign/api/envelopes_api.rb', line 237

def start_position
  @start_position
end

Class Method Details

.defaultObject



239
240
241
# File 'lib/docusign_esign/api/envelopes_api.rb', line 239

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