Exception: Schematic::ClassMissingAttributes

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

Instance Method Summary collapse

Instance Method Details

#messageObject



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

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