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::ArrayOfString2
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.
1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 |
# File 'lib/docusign/docusign.rb', line 1270 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.
1262 1263 1264 |
# File 'lib/docusign/docusign.rb', line 1262 def accountId @accountId end |
#aCStatus ⇒ Object
Returns the value of attribute aCStatus.
1268 1269 1270 |
# File 'lib/docusign/docusign.rb', line 1268 def aCStatus @aCStatus end |
#beginDateTime ⇒ Object
Returns the value of attribute beginDateTime.
1263 1264 1265 |
# File 'lib/docusign/docusign.rb', line 1263 def beginDateTime @beginDateTime end |
#endDateTime ⇒ Object
Returns the value of attribute endDateTime.
1264 1265 1266 |
# File 'lib/docusign/docusign.rb', line 1264 def endDateTime @endDateTime end |
#envelopeIds ⇒ Object
Returns the value of attribute envelopeIds.
1266 1267 1268 |
# File 'lib/docusign/docusign.rb', line 1266 def envelopeIds @envelopeIds end |
#startAtIndex ⇒ Object
Returns the value of attribute startAtIndex.
1267 1268 1269 |
# File 'lib/docusign/docusign.rb', line 1267 def startAtIndex @startAtIndex end |
#statuses ⇒ Object
Returns the value of attribute statuses.
1265 1266 1267 |
# File 'lib/docusign/docusign.rb', line 1265 def statuses @statuses end |
#userInfo ⇒ Object
Returns the value of attribute userInfo.
1261 1262 1263 |
# File 'lib/docusign/docusign.rb', line 1261 def userInfo @userInfo end |