class Aliquot::Validator::SignedMessage

Class for validating the SignedMessage component of a Google Pay token

Public Class Methods

new(input) click to toggle source
# File lib/aliquot/validator.rb, line 190
def initialize(input)
  @input = input
  @schema = SignedMessageSchema
end