Class: DocuSign_eSign::GetBCCEmailArchiveHistoryListOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::GetBCCEmailArchiveHistoryListOptions
- Defined in:
- lib/docusign_esign/api/email_archive_api.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#start_position ⇒ Object
Returns the value of attribute start_position.
Class Method Summary collapse
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count.
18 19 20 |
# File 'lib/docusign_esign/api/email_archive_api.rb', line 18 def count @count end |
#start_position ⇒ Object
Returns the value of attribute start_position.
21 22 23 |
# File 'lib/docusign_esign/api/email_archive_api.rb', line 21 def start_position @start_position end |
Class Method Details
.default ⇒ Object
23 24 25 |
# File 'lib/docusign_esign/api/email_archive_api.rb', line 23 def self.default @@default ||= GetBCCEmailArchiveHistoryListOptions.new end |