class Docusign::FolderTypeInfo

{www.docusign.net/API/3.0}FolderTypeInfo

folderType - Docusign::FolderType
folderName - SOAP::SOAPString

Attributes

folderName[RW]
folderType[RW]

Public Class Methods

new(folderType = nil, folderName = nil) click to toggle source
# File lib/docusign/docusign.rb, line 2052
def initialize(folderType = nil, folderName = nil)
  @folderType = folderType
  @folderName = folderName
end