Class: DocuSign_eSign::GetBulkSendBatchesOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::GetBulkSendBatchesOptions
- Defined in:
- lib/docusign_esign/api/bulk_envelopes_api.rb
Instance Attribute Summary collapse
-
#batch_ids ⇒ Object
Returns the value of attribute batch_ids.
-
#count ⇒ Object
Returns the value of attribute count.
-
#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
#batch_ids ⇒ Object
Returns the value of attribute batch_ids.
18 19 20 |
# File 'lib/docusign_esign/api/bulk_envelopes_api.rb', line 18 def batch_ids @batch_ids end |
#count ⇒ Object
Returns the value of attribute count.
21 22 23 |
# File 'lib/docusign_esign/api/bulk_envelopes_api.rb', line 21 def count @count end |
#search_text ⇒ Object
Returns the value of attribute search_text.
24 25 26 |
# File 'lib/docusign_esign/api/bulk_envelopes_api.rb', line 24 def search_text @search_text end |
#start_position ⇒ Object
Returns the value of attribute start_position.
27 28 29 |
# File 'lib/docusign_esign/api/bulk_envelopes_api.rb', line 27 def start_position @start_position end |
#status ⇒ Object
Returns the value of attribute status.
30 31 32 |
# File 'lib/docusign_esign/api/bulk_envelopes_api.rb', line 30 def status @status end |
Class Method Details
.default ⇒ Object
32 33 34 |
# File 'lib/docusign_esign/api/bulk_envelopes_api.rb', line 32 def self.default @@default ||= GetBulkSendBatchesOptions.new end |