Class: DocuSign_Click::GetClickwrapAgreementsOptions
- Inherits:
-
Object
- Object
- DocuSign_Click::GetClickwrapAgreementsOptions
- Defined in:
- lib/docusign_click/api/accounts_api.rb
Instance Attribute Summary collapse
-
#client_user_id ⇒ Object
Returns the value of attribute client_user_id.
-
#from_date ⇒ Object
Returns the value of attribute from_date.
-
#page_number ⇒ Object
Returns the value of attribute page_number.
-
#status ⇒ Object
Returns the value of attribute status.
-
#to_date ⇒ Object
Returns the value of attribute to_date.
Class Method Summary collapse
Instance Attribute Details
#client_user_id ⇒ Object
Returns the value of attribute client_user_id.
45 46 47 |
# File 'lib/docusign_click/api/accounts_api.rb', line 45 def client_user_id @client_user_id end |
#from_date ⇒ Object
Returns the value of attribute from_date.
48 49 50 |
# File 'lib/docusign_click/api/accounts_api.rb', line 48 def from_date @from_date end |
#page_number ⇒ Object
Returns the value of attribute page_number.
51 52 53 |
# File 'lib/docusign_click/api/accounts_api.rb', line 51 def page_number @page_number end |
#status ⇒ Object
Returns the value of attribute status.
54 55 56 |
# File 'lib/docusign_click/api/accounts_api.rb', line 54 def status @status end |
#to_date ⇒ Object
Returns the value of attribute to_date.
57 58 59 |
# File 'lib/docusign_click/api/accounts_api.rb', line 57 def to_date @to_date end |
Class Method Details
.default ⇒ Object
59 60 61 |
# File 'lib/docusign_click/api/accounts_api.rb', line 59 def self.default @@default ||= GetClickwrapAgreementsOptions.new end |