lib/oas_rails/spec/reference.rb
module OasRails module Spec class Reference include Specable attr_reader :ref def initialize(ref) @ref = ref end def to_spec { '$ref' => @ref } end end end end
module OasRails module Spec class Reference include Specable attr_reader :ref def initialize(ref) @ref = ref end def to_spec { '$ref' => @ref } end end end end