Class: DocuSign_eSign::ListNotaryJournalsOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::ListNotaryJournalsOptions
- Defined in:
- lib/docusign_esign/api/notary_api.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#search_text ⇒ Object
Returns the value of attribute search_text.
-
#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.
27 28 29 |
# File 'lib/docusign_esign/api/notary_api.rb', line 27 def count @count end |
#search_text ⇒ Object
Returns the value of attribute search_text.
30 31 32 |
# File 'lib/docusign_esign/api/notary_api.rb', line 30 def search_text @search_text end |
#start_position ⇒ Object
Returns the value of attribute start_position.
33 34 35 |
# File 'lib/docusign_esign/api/notary_api.rb', line 33 def start_position @start_position end |
Class Method Details
.default ⇒ Object
35 36 37 |
# File 'lib/docusign_esign/api/notary_api.rb', line 35 def self.default @@default ||= ListNotaryJournalsOptions.new end |