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_agreement_type ⇒ Object
Returns the value of attribute include_agreement_type.
-
#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_is_edited ⇒ Object
Returns the value of attribute include_is_edited.
-
#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.
291 292 293 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 291 def documents_by_userid @documents_by_userid end |
#include_agreement_type ⇒ Object
Returns the value of attribute include_agreement_type.
294 295 296 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 294 def include_agreement_type @include_agreement_type end |
#include_docgen_formfields ⇒ Object
Returns the value of attribute include_docgen_formfields.
297 298 299 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 297 def include_docgen_formfields @include_docgen_formfields end |
#include_document_size ⇒ Object
Returns the value of attribute include_document_size.
300 301 302 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 300 def include_document_size @include_document_size end |
#include_is_edited ⇒ Object
Returns the value of attribute include_is_edited.
303 304 305 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 303 def include_is_edited @include_is_edited end |
#include_metadata ⇒ Object
Returns the value of attribute include_metadata.
306 307 308 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 306 def @include_metadata end |
#include_tabs ⇒ Object
Returns the value of attribute include_tabs.
309 310 311 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 309 def include_tabs @include_tabs end |
#recipient_id ⇒ Object
Returns the value of attribute recipient_id.
312 313 314 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 312 def recipient_id @recipient_id end |
#shared_user_id ⇒ Object
Returns the value of attribute shared_user_id.
315 316 317 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 315 def shared_user_id @shared_user_id end |
Class Method Details
.default ⇒ Object
317 318 319 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 317 def self.default @@default ||= ListDocumentsOptions.new end |