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.
19 20 21 |
# File 'lib/docusign_esign/api/email_archive_api.rb', line 19 def count @count end |
#start_position ⇒ Object
Returns the value of attribute start_position.
22 23 24 |
# File 'lib/docusign_esign/api/email_archive_api.rb', line 22 def start_position @start_position end |
Class Method Details
.default ⇒ Object
24 25 26 |
# File 'lib/docusign_esign/api/email_archive_api.rb', line 24 def self.default @@default ||= GetBCCEmailArchiveHistoryListOptions.new end |