Class: DocuSign_eSign::ListEventLogsOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::ListEventLogsOptions
- Defined in:
- lib/docusign_esign/api/connect_api.rb
Instance Attribute Summary collapse
-
#from_date ⇒ Object
Returns the value of attribute from_date.
-
#to_date ⇒ Object
Returns the value of attribute to_date.
Class Method Summary collapse
Instance Attribute Details
#from_date ⇒ Object
Returns the value of attribute from_date.
63 64 65 |
# File 'lib/docusign_esign/api/connect_api.rb', line 63 def from_date @from_date end |
#to_date ⇒ Object
Returns the value of attribute to_date.
66 67 68 |
# File 'lib/docusign_esign/api/connect_api.rb', line 66 def to_date @to_date end |
Class Method Details
.default ⇒ Object
68 69 70 |
# File 'lib/docusign_esign/api/connect_api.rb', line 68 def self.default @@default ||= ListEventLogsOptions.new end |