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.
48 49 50 |
# File 'lib/docusign_esign/api/bulk_envelopes_api.rb', line 48 def batch_ids @batch_ids end |
#count ⇒ Object
Returns the value of attribute count.
51 52 53 |
# File 'lib/docusign_esign/api/bulk_envelopes_api.rb', line 51 def count @count end |
#search_text ⇒ Object
Returns the value of attribute search_text.
54 55 56 |
# File 'lib/docusign_esign/api/bulk_envelopes_api.rb', line 54 def search_text @search_text end |
#start_position ⇒ Object
Returns the value of attribute start_position.
57 58 59 |
# File 'lib/docusign_esign/api/bulk_envelopes_api.rb', line 57 def start_position @start_position end |
#status ⇒ Object
Returns the value of attribute status.
60 61 62 |
# File 'lib/docusign_esign/api/bulk_envelopes_api.rb', line 60 def status @status end |
Class Method Details
.default ⇒ Object
62 63 64 |
# File 'lib/docusign_esign/api/bulk_envelopes_api.rb', line 62 def self.default @@default ||= GetBulkSendBatchesOptions.new end |