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.
-
#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.
34 35 36 |
# File 'lib/docusign_esign/api/bulk_envelopes_api.rb', line 34 def batch_ids @batch_ids end |
#count ⇒ Object
Returns the value of attribute count.
37 38 39 |
# File 'lib/docusign_esign/api/bulk_envelopes_api.rb', line 37 def count @count end |
#start_position ⇒ Object
Returns the value of attribute start_position.
40 41 42 |
# File 'lib/docusign_esign/api/bulk_envelopes_api.rb', line 40 def start_position @start_position end |
#status ⇒ Object
Returns the value of attribute status.
43 44 45 |
# File 'lib/docusign_esign/api/bulk_envelopes_api.rb', line 43 def status @status end |
Class Method Details
.default ⇒ Object
45 46 47 |
# File 'lib/docusign_esign/api/bulk_envelopes_api.rb', line 45 def self.default @@default ||= GetBulkSendBatchesOptions.new end |