Class: Docusign::FolderTypeInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/docusign/docusign.rb

Overview

http://www.docusign.net/API/3.0FolderTypeInfo

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(folderType = nil, folderName = nil) ⇒ FolderTypeInfo

Returns a new instance of FolderTypeInfo.



2052
2053
2054
2055
# File 'lib/docusign/docusign.rb', line 2052

def initialize(folderType = nil, folderName = nil)
  @folderType = folderType
  @folderName = folderName
end

Instance Attribute Details

#folderNameObject

Returns the value of attribute folderName.



2050
2051
2052
# File 'lib/docusign/docusign.rb', line 2050

def folderName
  @folderName
end

#folderTypeObject

Returns the value of attribute folderType.



2049
2050
2051
# File 'lib/docusign/docusign.rb', line 2049

def folderType
  @folderType
end