Class: DocuSign_eSign::GetSharedEnvelopesOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::GetSharedEnvelopesOptions
- Defined in:
- lib/docusign_esign/api/envelopes_api.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#from_date ⇒ Object
Returns the value of attribute from_date.
-
#include ⇒ Object
Returns the value of attribute include.
-
#order ⇒ Object
Returns the value of attribute order.
-
#order_by ⇒ Object
Returns the value of attribute order_by.
-
#search_text ⇒ Object
Returns the value of attribute search_text.
-
#start_position ⇒ Object
Returns the value of attribute start_position.
-
#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
#count ⇒ Object
Returns the value of attribute count.
249 250 251 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 249 def count @count end |
#from_date ⇒ Object
Returns the value of attribute from_date.
252 253 254 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 252 def from_date @from_date end |
#include ⇒ Object
Returns the value of attribute include.
255 256 257 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 255 def include @include end |
#order ⇒ Object
Returns the value of attribute order.
258 259 260 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 258 def order @order end |
#order_by ⇒ Object
Returns the value of attribute order_by.
261 262 263 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 261 def order_by @order_by end |
#search_text ⇒ Object
Returns the value of attribute search_text.
264 265 266 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 264 def search_text @search_text end |
#start_position ⇒ Object
Returns the value of attribute start_position.
267 268 269 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 267 def start_position @start_position end |
#status ⇒ Object
Returns the value of attribute status.
270 271 272 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 270 def status @status end |
#to_date ⇒ Object
Returns the value of attribute to_date.
273 274 275 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 273 def to_date @to_date end |
Class Method Details
.default ⇒ Object
275 276 277 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 275 def self.default @@default ||= GetSharedEnvelopesOptions.new end |