class Echochamber::CounterSignerInfo
Public Class Methods
new(params)
click to toggle source
@option params [Array] :securityOptions Populate with instances of {Echochamber::WidgetSignerSecurityOption Echochamber::WidgetSignerSecurityOption
} Security options that apply to the counter signers
# File lib/echochamber/widget/counter_signer_info.rb, line 13 def initialize(params) require_keys([:email, :role], params) merge!(params) end