class WolfCore::DomainObject

def attributes

def attributes
  instance_values.slice(*self.class.fields.map(&:to_s)).with_indifferent_access
end