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.
219 220 221 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 219 def ac_status @ac_status end |
#block ⇒ Object
Returns the value of attribute block.
222 223 224 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 222 def block @block end |
#count ⇒ Object
Returns the value of attribute count.
225 226 227 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 225 def count @count end |
#email ⇒ Object
Returns the value of attribute email.
228 229 230 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 228 def email @email end |
#envelope_ids ⇒ Object
Returns the value of attribute envelope_ids.
231 232 233 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 231 def envelope_ids @envelope_ids end |
#from_date ⇒ Object
Returns the value of attribute from_date.
234 235 236 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 234 def from_date @from_date end |
#from_to_status ⇒ Object
Returns the value of attribute from_to_status.
237 238 239 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 237 def from_to_status @from_to_status end |
#start_position ⇒ Object
Returns the value of attribute start_position.
240 241 242 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 240 def start_position @start_position end |
#status ⇒ Object
Returns the value of attribute status.
243 244 245 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 243 def status @status end |
#to_date ⇒ Object
Returns the value of attribute to_date.
246 247 248 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 246 def to_date @to_date end |
#transaction_ids ⇒ Object
Returns the value of attribute transaction_ids.
249 250 251 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 249 def transaction_ids @transaction_ids end |
#user_name ⇒ Object
Returns the value of attribute user_name.
252 253 254 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 252 def user_name @user_name end |
Class Method Details
.default ⇒ Object
254 255 256 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 254 def self.default @@default ||= ListStatusOptions.new end |