class Aliquot::Validator::EncryptedMessageValidator
Class for validating the encryptedMessage component of a Google Pay token
Public Class Methods
new(input)
click to toggle source
# File lib/aliquot/validator.rb, line 200 def initialize(input) @input = input @schema = EncryptedMessageSchema end