Class: DocuSign_Rooms::GetDocumentOptions
- Inherits:
-
Object
- Object
- DocuSign_Rooms::GetDocumentOptions
- Defined in:
- lib/docusign_rooms/api/documents_api.rb
Instance Attribute Summary collapse
-
#include_contents ⇒ Object
When set to true, includes the contents of the document in the ‘base64Contents` property of the response.
Class Method Summary collapse
Instance Attribute Details
#include_contents ⇒ Object
When set to true, includes the contents of the document in the ‘base64Contents` property of the response. The default value is false.
18 19 20 |
# File 'lib/docusign_rooms/api/documents_api.rb', line 18 def include_contents @include_contents end |
Class Method Details
.default ⇒ Object
20 21 22 |
# File 'lib/docusign_rooms/api/documents_api.rb', line 20 def self.default @@default ||= GetDocumentOptions.new end |