Class: DocuSign_eSign::ListStatusOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::ListStatusOptions
- Defined in:
- lib/docusign_esign/api/envelopes_api.rb
Instance Attribute Summary collapse
-
#ac_status ⇒ Object
Returns the value of attribute ac_status.
-
#block ⇒ Object
Returns the value of attribute block.
-
#count ⇒ Object
Returns the value of attribute count.
-
#email ⇒ Object
Returns the value of attribute email.
-
#envelope_ids ⇒ Object
Returns the value of attribute envelope_ids.
-
#from_date ⇒ Object
Returns the value of attribute from_date.
-
#from_to_status ⇒ Object
Returns the value of attribute from_to_status.
-
#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.
-
#transaction_ids ⇒ Object
Returns the value of attribute transaction_ids.
-
#user_name ⇒ Object
Returns the value of attribute user_name.
Class Method Summary collapse
Instance Attribute Details
#ac_status ⇒ Object
Returns the value of attribute ac_status.
342 343 344 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 342 def ac_status @ac_status end |
#block ⇒ Object
Returns the value of attribute block.
345 346 347 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 345 def block @block end |
#count ⇒ Object
Returns the value of attribute count.
348 349 350 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 348 def count @count end |
#email ⇒ Object
Returns the value of attribute email.
351 352 353 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 351 def email @email end |
#envelope_ids ⇒ Object
Returns the value of attribute envelope_ids.
354 355 356 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 354 def envelope_ids @envelope_ids end |
#from_date ⇒ Object
Returns the value of attribute from_date.
357 358 359 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 357 def from_date @from_date end |
#from_to_status ⇒ Object
Returns the value of attribute from_to_status.
360 361 362 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 360 def from_to_status @from_to_status end |
#start_position ⇒ Object
Returns the value of attribute start_position.
363 364 365 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 363 def start_position @start_position end |
#status ⇒ Object
Returns the value of attribute status.
366 367 368 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 366 def status @status end |
#to_date ⇒ Object
Returns the value of attribute to_date.
369 370 371 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 369 def to_date @to_date end |
#transaction_ids ⇒ Object
Returns the value of attribute transaction_ids.
372 373 374 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 372 def transaction_ids @transaction_ids end |
#user_name ⇒ Object
Returns the value of attribute user_name.
375 376 377 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 375 def user_name @user_name end |
Class Method Details
.default ⇒ Object
377 378 379 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 377 def self.default @@default ||= ListStatusOptions.new end |