Method: FlexScaffold::Validations#to_xml

Defined in:
lib/validations.rb

#to_xmlObject

Returns an XML representation of the validation object



70
71
72
# File 'lib/validations.rb', line 70

def to_xml
  @attrs.to_xml
end