Class: Docusign::FolderTypeInfo
- Inherits:
-
Object
- Object
- Docusign::FolderTypeInfo
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0FolderTypeInfo
folderType - Docusign::FolderType
folderName - SOAP::SOAPString
Instance Attribute Summary collapse
-
#folderName ⇒ Object
Returns the value of attribute folderName.
-
#folderType ⇒ Object
Returns the value of attribute folderType.
Instance Method Summary collapse
-
#initialize(folderType = nil, folderName = nil) ⇒ FolderTypeInfo
constructor
A new instance of FolderTypeInfo.
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
#folderName ⇒ Object
Returns the value of attribute folderName.
2050 2051 2052 |
# File 'lib/docusign/docusign.rb', line 2050 def folderName @folderName end |
#folderType ⇒ Object
Returns the value of attribute folderType.
2049 2050 2051 |
# File 'lib/docusign/docusign.rb', line 2049 def folderType @folderType end |