Class: Docusign::FolderFilter
- Inherits:
-
Object
- Object
- Docusign::FolderFilter
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0FolderFilter
accountId - SOAP::SOAPString
folderOwner - Docusign::UserInfo
folderTypeInfo - Docusign::FolderTypeInfo
startPosition - SOAP::SOAPInt
fromDate - SOAP::SOAPDateTime
toDate - SOAP::SOAPDateTime
searchText - SOAP::SOAPString
status - Docusign::EnvelopeStatusCode
Instance Attribute Summary collapse
-
#accountId ⇒ Object
Returns the value of attribute accountId.
-
#folderOwner ⇒ Object
Returns the value of attribute folderOwner.
-
#folderTypeInfo ⇒ Object
Returns the value of attribute folderTypeInfo.
-
#fromDate ⇒ Object
Returns the value of attribute fromDate.
-
#searchText ⇒ Object
Returns the value of attribute searchText.
-
#startPosition ⇒ Object
Returns the value of attribute startPosition.
-
#status ⇒ Object
Returns the value of attribute status.
-
#toDate ⇒ Object
Returns the value of attribute toDate.
Instance Method Summary collapse
-
#initialize(accountId = nil, folderOwner = nil, folderTypeInfo = nil, startPosition = nil, fromDate = nil, toDate = nil, searchText = nil, status = nil) ⇒ FolderFilter
constructor
A new instance of FolderFilter.
Constructor Details
#initialize(accountId = nil, folderOwner = nil, folderTypeInfo = nil, startPosition = nil, fromDate = nil, toDate = nil, searchText = nil, status = nil) ⇒ FolderFilter
Returns a new instance of FolderFilter.
2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 |
# File 'lib/docusign/docusign.rb', line 2033 def initialize(accountId = nil, folderOwner = nil, folderTypeInfo = nil, startPosition = nil, fromDate = nil, toDate = nil, searchText = nil, status = nil) @accountId = accountId @folderOwner = folderOwner @folderTypeInfo = folderTypeInfo @startPosition = startPosition @fromDate = fromDate @toDate = toDate @searchText = searchText @status = status end |
Instance Attribute Details
#accountId ⇒ Object
Returns the value of attribute accountId.
2024 2025 2026 |
# File 'lib/docusign/docusign.rb', line 2024 def accountId @accountId end |
#folderOwner ⇒ Object
Returns the value of attribute folderOwner.
2025 2026 2027 |
# File 'lib/docusign/docusign.rb', line 2025 def folderOwner @folderOwner end |
#folderTypeInfo ⇒ Object
Returns the value of attribute folderTypeInfo.
2026 2027 2028 |
# File 'lib/docusign/docusign.rb', line 2026 def folderTypeInfo @folderTypeInfo end |
#fromDate ⇒ Object
Returns the value of attribute fromDate.
2028 2029 2030 |
# File 'lib/docusign/docusign.rb', line 2028 def fromDate @fromDate end |
#searchText ⇒ Object
Returns the value of attribute searchText.
2030 2031 2032 |
# File 'lib/docusign/docusign.rb', line 2030 def searchText @searchText end |
#startPosition ⇒ Object
Returns the value of attribute startPosition.
2027 2028 2029 |
# File 'lib/docusign/docusign.rb', line 2027 def startPosition @startPosition end |
#status ⇒ Object
Returns the value of attribute status.
2031 2032 2033 |
# File 'lib/docusign/docusign.rb', line 2031 def status @status end |
#toDate ⇒ Object
Returns the value of attribute toDate.
2029 2030 2031 |
# File 'lib/docusign/docusign.rb', line 2029 def toDate @toDate end |