class NestedStruct::Errors::InvalidCoercerValue

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/nested_struct/errors/invalid_coercer_value.rb, line 4
def initialize
  super('Coercer value must be an array for multiple coercion or a hash for single one.')
end