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.
75 76 77 |
# File 'lib/docusign_click/api/accounts_api.rb', line 75 def client_user_id @client_user_id end |
#from_date ⇒ Object
Returns the value of attribute from_date.
78 79 80 |
# File 'lib/docusign_click/api/accounts_api.rb', line 78 def from_date @from_date end |
#page_number ⇒ Object
Returns the value of attribute page_number.
81 82 83 |
# File 'lib/docusign_click/api/accounts_api.rb', line 81 def page_number @page_number end |
#status ⇒ Object
Returns the value of attribute status.
84 85 86 |
# File 'lib/docusign_click/api/accounts_api.rb', line 84 def status @status end |
#to_date ⇒ Object
Returns the value of attribute to_date.
87 88 89 |
# File 'lib/docusign_click/api/accounts_api.rb', line 87 def to_date @to_date end |
Class Method Details
.default ⇒ Object
89 90 91 |
# File 'lib/docusign_click/api/accounts_api.rb', line 89 def self.default @@default ||= GetClickwrapVersionAgreementsOptions.new end |