Class: DocuSign_eSign::GetBulkSendBatchEnvelopesOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::GetBulkSendBatchEnvelopesOptions
- Defined in:
- lib/docusign_esign/api/bulk_envelopes_api.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#include ⇒ Object
Returns the value of attribute include.
-
#order ⇒ Object
Returns the value of attribute order.
-
#order_by ⇒ Object
Returns the value of attribute order_by.
-
#search_text ⇒ Object
Returns the value of attribute search_text.
-
#start_position ⇒ Object
Returns the value of attribute start_position.
-
#status ⇒ Object
Returns the value of attribute status.
Class Method Summary collapse
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count.
18 19 20 |
# File 'lib/docusign_esign/api/bulk_envelopes_api.rb', line 18 def count @count end |
#include ⇒ Object
Returns the value of attribute include.
21 22 23 |
# File 'lib/docusign_esign/api/bulk_envelopes_api.rb', line 21 def include @include end |
#order ⇒ Object
Returns the value of attribute order.
24 25 26 |
# File 'lib/docusign_esign/api/bulk_envelopes_api.rb', line 24 def order @order end |
#order_by ⇒ Object
Returns the value of attribute order_by.
27 28 29 |
# File 'lib/docusign_esign/api/bulk_envelopes_api.rb', line 27 def order_by @order_by end |
#search_text ⇒ Object
Returns the value of attribute search_text.
30 31 32 |
# File 'lib/docusign_esign/api/bulk_envelopes_api.rb', line 30 def search_text @search_text end |
#start_position ⇒ Object
Returns the value of attribute start_position.
33 34 35 |
# File 'lib/docusign_esign/api/bulk_envelopes_api.rb', line 33 def start_position @start_position end |
#status ⇒ Object
Returns the value of attribute status.
36 37 38 |
# File 'lib/docusign_esign/api/bulk_envelopes_api.rb', line 36 def status @status end |
Class Method Details
.default ⇒ Object
38 39 40 |
# File 'lib/docusign_esign/api/bulk_envelopes_api.rb', line 38 def self.default @@default ||= GetBulkSendBatchEnvelopesOptions.new end |