Class: DocuSign_Monitor::GetStreamOptions
- Inherits:
-
Object
- Object
- DocuSign_Monitor::GetStreamOptions
- Defined in:
- lib/docusign_monitor/api/data_set_api.rb
Instance Attribute Summary collapse
-
#cursor ⇒ Object
The cursor value to continue querying the data with.
-
#limit ⇒ Object
The maximum number of records to return, minimum of 1, maximum of 2000.
Class Method Summary collapse
Instance Attribute Details
#cursor ⇒ Object
The cursor value to continue querying the data with. For an intial call, use empty string
18 19 20 |
# File 'lib/docusign_monitor/api/data_set_api.rb', line 18 def cursor @cursor end |
#limit ⇒ Object
The maximum number of records to return, minimum of 1, maximum of 2000. Defaults to 1000 if no value is provided
21 22 23 |
# File 'lib/docusign_monitor/api/data_set_api.rb', line 21 def limit @limit end |
Class Method Details
.default ⇒ Object
23 24 25 |
# File 'lib/docusign_monitor/api/data_set_api.rb', line 23 def self.default @@default ||= GetStreamOptions.new end |