module OasRails::Spec::Hashable

def hash_representation

def hash_representation
  public_instance_variables.sort.to_h { |var| [var, instance_variable_get(var)] }
end