Class: Echochamber::WidgetPersonalization
- Inherits:
-
Hash
- Object
- Hash
- Echochamber::WidgetPersonalization
- Includes:
- Validatable
- Defined in:
- lib/echochamber/widget/widget_personalization.rb
Instance Method Summary (collapse)
-
- (Echochamber::Validatable) initialize(params)
constructor
Initialization object.
Methods included from Validatable
#require_exactly_one, #require_keys, #validate_field
Constructor Details
- (Echochamber::Validatable) initialize(params)
Initialization object
expiration (date, optional): Expiration date for the personalization of this widget. After this date, the identity of the signer will not be assumed by EchoSign.,
15 16 17 18 |
# File 'lib/echochamber/widget/widget_personalization.rb', line 15 def initialize(params) require_keys([:email], params) merge!(params) end |