Method: AD::Framework::Patterns::HasSchema::ClassMethods#must_set

Defined in:
lib/ad-framework/patterns/has_schema.rb

#must_set(*attribute_names) ⇒ Object

Validation methods



82
83
84
# File 'lib/ad-framework/patterns/has_schema.rb', line 82

def must_set(*attribute_names)
  self.schema.add_mandatory(attribute_names)
end