Class: DocuSign_Click::GetClickwrapVersionAgreementsOptions
- Inherits:
-
Object
- Object
- DocuSign_Click::GetClickwrapVersionAgreementsOptions
- 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.
66 67 68 |
# File 'lib/docusign_click/api/accounts_api.rb', line 66 def client_user_id @client_user_id end |
#from_date ⇒ Object
Returns the value of attribute from_date.
69 70 71 |
# File 'lib/docusign_click/api/accounts_api.rb', line 69 def from_date @from_date end |
#page_number ⇒ Object
Returns the value of attribute page_number.
72 73 74 |
# File 'lib/docusign_click/api/accounts_api.rb', line 72 def page_number @page_number end |
#status ⇒ Object
Returns the value of attribute status.
75 76 77 |
# File 'lib/docusign_click/api/accounts_api.rb', line 75 def status @status end |
#to_date ⇒ Object
Returns the value of attribute to_date.
78 79 80 |
# File 'lib/docusign_click/api/accounts_api.rb', line 78 def to_date @to_date end |
Class Method Details
.default ⇒ Object
80 81 82 |
# File 'lib/docusign_click/api/accounts_api.rb', line 80 def self.default @@default ||= GetClickwrapVersionAgreementsOptions.new end |