Class: Docusign::EnvelopeStatusFilter
- Inherits:
-
Object
- Object
- Docusign::EnvelopeStatusFilter
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0EnvelopeStatusFilter
userInfo - Docusign::UserInfo
accountId - SOAP::SOAPString
beginDateTime - Docusign::EnvelopeStatusFilterBeginDateTime
endDateTime - SOAP::SOAPDateTime
statuses - Docusign::ArrayOfEnvelopeStatusCode
envelopeIds - Docusign::ArrayOfString1
startAtIndex - SOAP::SOAPNonNegativeInteger
aCStatus - Docusign::EnvelopeACStatusCode
Instance Attribute Summary collapse
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#aCStatus ⇒ Object
Returns the value of attribute aCStatus.
-
#beginDateTime ⇒ Object
Returns the value of attribute beginDateTime.
-
#endDateTime ⇒ Object
Returns the value of attribute endDateTime.
-
#envelopeIds ⇒ Object
Returns the value of attribute envelopeIds.
-
#startAtIndex ⇒ Object
Returns the value of attribute startAtIndex.
-
#statuses ⇒ Object
Returns the value of attribute statuses.
-
#userInfo ⇒ Object
Returns the value of attribute userInfo.
Instance Method Summary collapse
-
#initialize(userInfo = nil, accountId = nil, beginDateTime = nil, endDateTime = nil, statuses = nil, envelopeIds = nil, startAtIndex = nil, aCStatus = nil) ⇒ EnvelopeStatusFilter
constructor
A new instance of EnvelopeStatusFilter.
Constructor Details
#initialize(userInfo = nil, accountId = nil, beginDateTime = nil, endDateTime = nil, statuses = nil, envelopeIds = nil, startAtIndex = nil, aCStatus = nil) ⇒ EnvelopeStatusFilter
Returns a new instance of EnvelopeStatusFilter.
1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 |
# File 'lib/docusign/docusign.rb', line 1163 def initialize(userInfo = nil, accountId = nil, beginDateTime = nil, endDateTime = nil, statuses = nil, envelopeIds = nil, startAtIndex = nil, aCStatus = nil) @userInfo = userInfo @accountId = accountId @beginDateTime = beginDateTime @endDateTime = endDateTime @statuses = statuses @envelopeIds = envelopeIds @startAtIndex = startAtIndex @aCStatus = aCStatus end |
Instance Attribute Details
#accountId ⇒ Object
Returns the value of attribute accountId.
1155 1156 1157 |
# File 'lib/docusign/docusign.rb', line 1155 def accountId @accountId end |
#aCStatus ⇒ Object
Returns the value of attribute aCStatus.
1161 1162 1163 |
# File 'lib/docusign/docusign.rb', line 1161 def aCStatus @aCStatus end |
#beginDateTime ⇒ Object
Returns the value of attribute beginDateTime.
1156 1157 1158 |
# File 'lib/docusign/docusign.rb', line 1156 def beginDateTime @beginDateTime end |
#endDateTime ⇒ Object
Returns the value of attribute endDateTime.
1157 1158 1159 |
# File 'lib/docusign/docusign.rb', line 1157 def endDateTime @endDateTime end |
#envelopeIds ⇒ Object
Returns the value of attribute envelopeIds.
1159 1160 1161 |
# File 'lib/docusign/docusign.rb', line 1159 def envelopeIds @envelopeIds end |
#startAtIndex ⇒ Object
Returns the value of attribute startAtIndex.
1160 1161 1162 |
# File 'lib/docusign/docusign.rb', line 1160 def startAtIndex @startAtIndex end |
#statuses ⇒ Object
Returns the value of attribute statuses.
1158 1159 1160 |
# File 'lib/docusign/docusign.rb', line 1158 def statuses @statuses end |
#userInfo ⇒ Object
Returns the value of attribute userInfo.
1154 1155 1156 |
# File 'lib/docusign/docusign.rb', line 1154 def userInfo @userInfo end |