Class: Docusign::GetFolderListResponse
- Inherits:
-
Object
- Object
- Docusign::GetFolderListResponse
- Defined in:
- lib/docusign/docusign.rb
Overview
http://www.docusign.net/API/3.0GetFolderListResponse
getFolderListResult - Docusign::AvailableFolders
Instance Attribute Summary collapse
-
#getFolderListResult ⇒ Object
Returns the value of attribute getFolderListResult.
Instance Method Summary collapse
-
#initialize(getFolderListResult = nil) ⇒ GetFolderListResponse
constructor
A new instance of GetFolderListResponse.
Constructor Details
#initialize(getFolderListResult = nil) ⇒ GetFolderListResponse
Returns a new instance of GetFolderListResponse.
3354 3355 3356 |
# File 'lib/docusign/docusign.rb', line 3354 def initialize(getFolderListResult = nil) @getFolderListResult = getFolderListResult end |
Instance Attribute Details
#getFolderListResult ⇒ Object
Returns the value of attribute getFolderListResult.
3352 3353 3354 |
# File 'lib/docusign/docusign.rb', line 3352 def getFolderListResult @getFolderListResult end |