class OasRails::Spec::Server

def initialize(url:, description:)

def initialize(url:, description:)
  @url = url
  @description = description
end