Class: DocuSign_eSign::CreateOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::CreateOptions
- Defined in:
- lib/docusign_esign/api/accounts_api.rb
Instance Attribute Summary collapse
-
#preview_billing_plan ⇒ Object
When set to true, creates the account using a preview billing plan.
Class Method Summary collapse
Instance Attribute Details
#preview_billing_plan ⇒ Object
When set to true, creates the account using a preview billing plan.
18 19 20 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 18 def preview_billing_plan @preview_billing_plan end |
Class Method Details
.default ⇒ Object
20 21 22 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 20 def self.default @@default ||= CreateOptions.new end |