Class: DocuSign_Click::GetClickwrapsOptions
- Inherits:
-
Object
- Object
- DocuSign_Click::GetClickwrapsOptions
- Defined in:
- lib/docusign_click/api/accounts_api.rb
Instance Attribute Summary collapse
-
#filter ⇒ Object
Returns the value of attribute filter.
-
#from_date ⇒ Object
Returns the value of attribute from_date.
-
#name ⇒ Object
Returns the value of attribute name.
-
#owner_user_id ⇒ Object
Returns the value of attribute owner_user_id.
-
#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
#filter ⇒ Object
Returns the value of attribute filter.
96 97 98 |
# File 'lib/docusign_click/api/accounts_api.rb', line 96 def filter @filter end |
#from_date ⇒ Object
Returns the value of attribute from_date.
99 100 101 |
# File 'lib/docusign_click/api/accounts_api.rb', line 99 def from_date @from_date end |
#name ⇒ Object
Returns the value of attribute name.
102 103 104 |
# File 'lib/docusign_click/api/accounts_api.rb', line 102 def name @name end |
#owner_user_id ⇒ Object
Returns the value of attribute owner_user_id.
105 106 107 |
# File 'lib/docusign_click/api/accounts_api.rb', line 105 def owner_user_id @owner_user_id end |
#page_number ⇒ Object
Returns the value of attribute page_number.
108 109 110 |
# File 'lib/docusign_click/api/accounts_api.rb', line 108 def page_number @page_number end |
#status ⇒ Object
Returns the value of attribute status.
111 112 113 |
# File 'lib/docusign_click/api/accounts_api.rb', line 111 def status @status end |
#to_date ⇒ Object
Returns the value of attribute to_date.
114 115 116 |
# File 'lib/docusign_click/api/accounts_api.rb', line 114 def to_date @to_date end |
Class Method Details
.default ⇒ Object
116 117 118 |
# File 'lib/docusign_click/api/accounts_api.rb', line 116 def self.default @@default ||= GetClickwrapsOptions.new end |