Class: DocuSign_eSign::ListStatusOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::ListStatusOptions
- Defined in:
- lib/docusign_esign/api/envelopes_api.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#from_date ⇒ Object
Returns the value of attribute from_date.
-
#start_position ⇒ Object
Returns the value of attribute start_position.
-
#to_date ⇒ Object
Returns the value of attribute to_date.
Class Method Summary collapse
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email.
171 172 173 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 171 def email @email end |
#from_date ⇒ Object
Returns the value of attribute from_date.
174 175 176 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 174 def from_date @from_date end |
#start_position ⇒ Object
Returns the value of attribute start_position.
177 178 179 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 177 def start_position @start_position end |
#to_date ⇒ Object
Returns the value of attribute to_date.
180 181 182 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 180 def to_date @to_date end |
Class Method Details
.default ⇒ Object
182 183 184 |
# File 'lib/docusign_esign/api/envelopes_api.rb', line 182 def self.default @@default ||= ListStatusOptions.new end |