Method: Wash::Entry#schema

Defined in:
lib/wash/entry.rb

#schemaObject

schema returns the entry’s schema. It should not be overridden.



401
402
403
404
405
# File 'lib/wash/entry.rb', line 401

def schema
  schemaHash = {}
  self.class.send(:schema, schemaHash)
  schemaHash
end