class OBF::Validator::ValidationError

Attributes

blocker[R]

Public Class Methods

new(blocker=false) click to toggle source
# File lib/obf/validator.rb, line 575
def initialize(blocker=false)
  @blocker = blocker
end