Exception: Schematic::ClassMissingAttributes

Inherits:
Exception
  • Object
show all
Defined in:
lib/schematic.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



9
10
11
# File 'lib/schematic.rb', line 9

def message
  "This class does not implement #attributes. You cannot generate an XSD from it."
end