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.
943 944 945 946 947 948 949 950 951 952 |
# File 'lib/docusign/docusign.rb', line 943 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.
935 936 937 |
# File 'lib/docusign/docusign.rb', line 935 def accountId @accountId end |
#aCStatus ⇒ Object
Returns the value of attribute aCStatus.
941 942 943 |
# File 'lib/docusign/docusign.rb', line 941 def aCStatus @aCStatus end |
#beginDateTime ⇒ Object
Returns the value of attribute beginDateTime.
936 937 938 |
# File 'lib/docusign/docusign.rb', line 936 def beginDateTime @beginDateTime end |
#endDateTime ⇒ Object
Returns the value of attribute endDateTime.
937 938 939 |
# File 'lib/docusign/docusign.rb', line 937 def endDateTime @endDateTime end |
#envelopeIds ⇒ Object
Returns the value of attribute envelopeIds.
939 940 941 |
# File 'lib/docusign/docusign.rb', line 939 def envelopeIds @envelopeIds end |
#startAtIndex ⇒ Object
Returns the value of attribute startAtIndex.
940 941 942 |
# File 'lib/docusign/docusign.rb', line 940 def startAtIndex @startAtIndex end |
#statuses ⇒ Object
Returns the value of attribute statuses.
938 939 940 |
# File 'lib/docusign/docusign.rb', line 938 def statuses @statuses end |
#userInfo ⇒ Object
Returns the value of attribute userInfo.
934 935 936 |
# File 'lib/docusign/docusign.rb', line 934 def userInfo @userInfo end |