Class: DocuSign_Click::GetClickwrapsOptions
- Inherits:
-
Object
- Object
- DocuSign_Click::GetClickwrapsOptions
- Defined in:
- lib/docusign_click/api/accounts_api.rb
Instance Attribute Summary collapse
-
#from_date ⇒ Object
Returns the value of attribute from_date.
-
#owner_user_id ⇒ Object
Returns the value of attribute owner_user_id.
-
#page_number ⇒ Object
Returns the value of attribute page_number.
-
#shared ⇒ Object
Returns the value of attribute shared.
-
#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
#from_date ⇒ Object
Returns the value of attribute from_date.
108 109 110 |
# File 'lib/docusign_click/api/accounts_api.rb', line 108 def from_date @from_date end |
#owner_user_id ⇒ Object
Returns the value of attribute owner_user_id.
111 112 113 |
# File 'lib/docusign_click/api/accounts_api.rb', line 111 def owner_user_id @owner_user_id end |
#page_number ⇒ Object
Returns the value of attribute page_number.
114 115 116 |
# File 'lib/docusign_click/api/accounts_api.rb', line 114 def page_number @page_number end |
#shared ⇒ Object
Returns the value of attribute shared.
117 118 119 |
# File 'lib/docusign_click/api/accounts_api.rb', line 117 def shared @shared end |
#status ⇒ Object
Returns the value of attribute status.
120 121 122 |
# File 'lib/docusign_click/api/accounts_api.rb', line 120 def status @status end |
#to_date ⇒ Object
Returns the value of attribute to_date.
123 124 125 |
# File 'lib/docusign_click/api/accounts_api.rb', line 123 def to_date @to_date end |
Class Method Details
.default ⇒ Object
125 126 127 |
# File 'lib/docusign_click/api/accounts_api.rb', line 125 def self.default @@default ||= GetClickwrapsOptions.new end |