Class: DocuSign_WebForms::GetFormOptions
- Inherits:
-
Object
- Object
- DocuSign_WebForms::GetFormOptions
- Defined in:
- lib/docusign_webforms/api/form_management_api.rb
Instance Attribute Summary collapse
-
#state ⇒ Object
The state of the web form configuration.
Class Method Summary collapse
Instance Attribute Details
#state ⇒ Object
The state of the web form configuration
18 19 20 |
# File 'lib/docusign_webforms/api/form_management_api.rb', line 18 def state @state end |
Class Method Details
.default ⇒ Object
20 21 22 |
# File 'lib/docusign_webforms/api/form_management_api.rb', line 20 def self.default @@default ||= GetFormOptions.new end |