Exception: OBF::Validator::ValidationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/obf/validator.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(blocker = false) ⇒ ValidationError

Returns a new instance of ValidationError.



575
576
577
# File 'lib/obf/validator.rb', line 575

def initialize(blocker=false)
  @blocker = blocker
end

Instance Attribute Details

#blockerObject (readonly)

Returns the value of attribute blocker.



574
575
576
# File 'lib/obf/validator.rb', line 574

def blocker
  @blocker
end