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.
303 304 305 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 303 def ac_status @ac_status end |
#block ⇒ Object
Returns the value of attribute block.
306 307 308 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 306 def block @block end |
#count ⇒ Object
Returns the value of attribute count.
309 310 311 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 309 def count @count end |
#email ⇒ Object
Returns the value of attribute email.
312 313 314 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 312 def email @email end |
#envelope_ids ⇒ Object
Returns the value of attribute envelope_ids.
315 316 317 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 315 def envelope_ids @envelope_ids end |
#from_date ⇒ Object
Returns the value of attribute from_date.
318 319 320 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 318 def from_date @from_date end |
#from_to_status ⇒ Object
Returns the value of attribute from_to_status.
321 322 323 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 321 def from_to_status @from_to_status end |
#start_position ⇒ Object
Returns the value of attribute start_position.
324 325 326 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 324 def start_position @start_position end |
#status ⇒ Object
Returns the value of attribute status.
327 328 329 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 327 def status @status end |
#to_date ⇒ Object
Returns the value of attribute to_date.
330 331 332 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 330 def to_date @to_date end |
#transaction_ids ⇒ Object
Returns the value of attribute transaction_ids.
333 334 335 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 333 def transaction_ids @transaction_ids end |
#user_name ⇒ Object
Returns the value of attribute user_name.
336 337 338 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 336 def user_name @user_name end |
Class Method Details
.default ⇒ Object
338 339 340 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 338 def self.default @@default ||= ListStatusOptions.new end |