class Echosign::WidgetVaultingInfo
Public Class Methods
new(params)
click to toggle source
Initialization object
@param [Hash] params SYMBOL-referenced Hash containing: @option params [Boolean] :enabled For accounts set up for document vaulting and the option to enable per
agreement, this determines whether the document is to be vaulted
# File lib/echosign/widget/widget_vaulting_info.rb, line 10 def initialize(params) require_keys([:enabled], params) merge!(params) end