module OM::XML::Validation

Public Instance Methods

validate() click to toggle source

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

# File lib/om/xml/validation.rb, line 56
def validate
  self.class.validate(self)
end