Class: Docusign::FolderFilter

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#accountIdObject

Returns the value of attribute accountId.



2024
2025
2026
# File 'lib/docusign/docusign.rb', line 2024

def accountId
  @accountId
end

#folderOwnerObject

Returns the value of attribute folderOwner.



2025
2026
2027
# File 'lib/docusign/docusign.rb', line 2025

def folderOwner
  @folderOwner
end

#folderTypeInfoObject

Returns the value of attribute folderTypeInfo.



2026
2027
2028
# File 'lib/docusign/docusign.rb', line 2026

def folderTypeInfo
  @folderTypeInfo
end

#fromDateObject

Returns the value of attribute fromDate.



2028
2029
2030
# File 'lib/docusign/docusign.rb', line 2028

def fromDate
  @fromDate
end

#searchTextObject

Returns the value of attribute searchText.



2030
2031
2032
# File 'lib/docusign/docusign.rb', line 2030

def searchText
  @searchText
end

#startPositionObject

Returns the value of attribute startPosition.



2027
2028
2029
# File 'lib/docusign/docusign.rb', line 2027

def startPosition
  @startPosition
end

#statusObject

Returns the value of attribute status.



2031
2032
2033
# File 'lib/docusign/docusign.rb', line 2031

def status
  @status
end

#toDateObject

Returns the value of attribute toDate.



2029
2030
2031
# File 'lib/docusign/docusign.rb', line 2029

def toDate
  @toDate
end