Class: Echochamber::RecipientSecurityOption
- Inherits:
-
Hash
- Object
- Hash
- Echochamber::RecipientSecurityOption
- Includes:
- Validatable
- Defined in:
- lib/echochamber/agreement/recipient_security_option.rb
Instance Method Summary (collapse)
-
- (Echochamber::RecipientSecurityOption) initialize(params)
constructor
Validates RecipientSecurityOption parameters.
Methods included from Validatable
#require_exactly_one, #require_keys, #validate_field
Constructor Details
- (Echochamber::RecipientSecurityOption) initialize(params)
Validates RecipientSecurityOption parameters
14 15 16 17 |
# File 'lib/echochamber/agreement/recipient_security_option.rb', line 14 def initialize(params) require_keys([:authenticationMethod], params) merge! params end |