class Prevoty::InputValidation

Attributes

matched[R]
message[R]

Public Class Methods

new(data) click to toggle source
# File lib/prevoty/responses/input_validation.rb, line 5
def initialize(data)
  @matched = data["matched"]
  @message = data["message"]
end