Method: Configurable::ConfigTypes::ObjectType.errors

Defined in:
lib/configurable/config_types/object_type.rb

.errors(&block) ⇒ Object



30
31
32
33
# File 'lib/configurable/config_types/object_type.rb', line 30

def errors(&block)
  define_method(:errors, &block) if block
  self
end