Class: DocuSign_eSign::ListRecipientsOptions

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

#include_anchor_tab_locationsObject

When set to true and ‘include_tabs` is set to true, all tabs with anchor tab properties are included in the response.



261
262
263
# File 'lib/docusign_esign/api/envelopes_api.rb', line 261

def include_anchor_tab_locations
  @include_anchor_tab_locations
end

#include_extendedObject

When set to true, the extended properties are included in the response.



264
265
266
# File 'lib/docusign_esign/api/envelopes_api.rb', line 264

def include_extended
  @include_extended
end

#include_metadataObject

Returns the value of attribute include_metadata.



267
268
269
# File 'lib/docusign_esign/api/envelopes_api.rb', line 267

def 
  @include_metadata
end

#include_tabsObject

When set to true, the tab information associated with the recipient is included in the response.



270
271
272
# File 'lib/docusign_esign/api/envelopes_api.rb', line 270

def include_tabs
  @include_tabs
end

Class Method Details

.defaultObject



272
273
274
# File 'lib/docusign_esign/api/envelopes_api.rb', line 272

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