class Origami::XDP::Packet::Config::ValidationMessaging

Constants

ALL_INDIVIDUALLY
ALL_TOGETHER
FIRST_ONLY
NONE

Public Class Methods

new(validate = ALL_INDIVIDUALLY) click to toggle source
Calls superclass method
# File lib/origami/xfa.rb, line 521
def initialize(validate = ALL_INDIVIDUALLY)
  super('validationMessaging')

  self.text = validate
end