module Rspec::Autoswagger

Constants

API_BASE_PATH
VERSION

Public Class Methods

doc_parts() click to toggle source
# File lib/rspec/autoswagger.rb, line 10
def self.doc_parts
  @doc_parts ||= DocParts.new
end