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.
201 202 203 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 201 def ac_status @ac_status end |
#block ⇒ Object
Returns the value of attribute block.
204 205 206 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 204 def block @block end |
#count ⇒ Object
Returns the value of attribute count.
207 208 209 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 207 def count @count end |
#email ⇒ Object
Returns the value of attribute email.
210 211 212 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 210 def email @email end |
#envelope_ids ⇒ Object
Returns the value of attribute envelope_ids.
213 214 215 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 213 def envelope_ids @envelope_ids end |
#from_date ⇒ Object
Returns the value of attribute from_date.
216 217 218 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 216 def from_date @from_date end |
#from_to_status ⇒ Object
Returns the value of attribute from_to_status.
219 220 221 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 219 def from_to_status @from_to_status end |
#start_position ⇒ Object
Returns the value of attribute start_position.
222 223 224 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 222 def start_position @start_position end |
#status ⇒ Object
Returns the value of attribute status.
225 226 227 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 225 def status @status end |
#to_date ⇒ Object
Returns the value of attribute to_date.
228 229 230 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 228 def to_date @to_date end |
#transaction_ids ⇒ Object
Returns the value of attribute transaction_ids.
231 232 233 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 231 def transaction_ids @transaction_ids end |
#user_name ⇒ Object
Returns the value of attribute user_name.
234 235 236 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 234 def user_name @user_name end |
Class Method Details
.default ⇒ Object
236 237 238 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 236 def self.default @@default ||= ListStatusOptions.new end |