class OasRails::Spec::Reference

def initialize(ref)

def initialize(ref)
  @ref = ref
end

def to_spec

def to_spec
  { '$ref' => @ref }
end