Module: OM::XML::Validation

Extended by:
ActiveSupport::Concern
Defined in:
lib/om/xml/validation.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#validateObject

Instance Methods – These methods will be available on instances of classes that include this module



56
57
58
# File 'lib/om/xml/validation.rb', line 56

def validate
  self.class.validate(self)
end