class Aliquot::Validator::Token

Class for validating a Google Pay token

Public Class Methods

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