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.
291 292 293 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 291 def ac_status @ac_status end |
#block ⇒ Object
Returns the value of attribute block.
294 295 296 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 294 def block @block end |
#count ⇒ Object
Returns the value of attribute count.
297 298 299 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 297 def count @count end |
#email ⇒ Object
Returns the value of attribute email.
300 301 302 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 300 def email @email end |
#envelope_ids ⇒ Object
Returns the value of attribute envelope_ids.
303 304 305 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 303 def envelope_ids @envelope_ids end |
#from_date ⇒ Object
Returns the value of attribute from_date.
306 307 308 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 306 def from_date @from_date end |
#from_to_status ⇒ Object
Returns the value of attribute from_to_status.
309 310 311 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 309 def from_to_status @from_to_status end |
#start_position ⇒ Object
Returns the value of attribute start_position.
312 313 314 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 312 def start_position @start_position end |
#status ⇒ Object
Returns the value of attribute status.
315 316 317 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 315 def status @status end |
#to_date ⇒ Object
Returns the value of attribute to_date.
318 319 320 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 318 def to_date @to_date end |
#transaction_ids ⇒ Object
Returns the value of attribute transaction_ids.
321 322 323 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 321 def transaction_ids @transaction_ids end |
#user_name ⇒ Object
Returns the value of attribute user_name.
324 325 326 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 324 def user_name @user_name end |
Class Method Details
.default ⇒ Object
326 327 328 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 326 def self.default @@default ||= ListStatusOptions.new end |