Class: DocuSign_eSign::ListDocumentsOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::ListDocumentsOptions
- Defined in:
- lib/docusign_esign/api/envelopes_api.rb,
lib/docusign_esign/api/templates_api.rb
Instance Attribute Summary collapse
-
#documents_by_userid ⇒ Object
Returns the value of attribute documents_by_userid.
-
#include_docgen_formfields ⇒ Object
Returns the value of attribute include_docgen_formfields.
-
#include_document_size ⇒ Object
Returns the value of attribute include_document_size.
-
#include_metadata ⇒ Object
Returns the value of attribute include_metadata.
-
#include_tabs ⇒ Object
Returns the value of attribute include_tabs.
-
#recipient_id ⇒ Object
Returns the value of attribute recipient_id.
-
#shared_user_id ⇒ Object
Returns the value of attribute shared_user_id.
Class Method Summary collapse
Instance Attribute Details
#documents_by_userid ⇒ Object
Returns the value of attribute documents_by_userid.
246 247 248 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 246 def documents_by_userid @documents_by_userid end |
#include_docgen_formfields ⇒ Object
Returns the value of attribute include_docgen_formfields.
249 250 251 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 249 def include_docgen_formfields @include_docgen_formfields end |
#include_document_size ⇒ Object
Returns the value of attribute include_document_size.
252 253 254 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 252 def include_document_size @include_document_size end |
#include_metadata ⇒ Object
Returns the value of attribute include_metadata.
255 256 257 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 255 def @include_metadata end |
#include_tabs ⇒ Object
Returns the value of attribute include_tabs.
258 259 260 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 258 def include_tabs @include_tabs end |
#recipient_id ⇒ Object
Returns the value of attribute recipient_id.
261 262 263 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 261 def recipient_id @recipient_id end |
#shared_user_id ⇒ Object
Returns the value of attribute shared_user_id.
264 265 266 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 264 def shared_user_id @shared_user_id end |
Class Method Details
.default ⇒ Object
266 267 268 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 266 def self.default @@default ||= ListDocumentsOptions.new end |