class OasRails::Spec::License

def initialize(**kwargs)

def initialize(**kwargs)
  @name = kwargs[:name] || 'GPL 3.0'
  @url = kwargs[:url] || 'https://www.gnu.org/licenses/gpl-3.0.html#license-text'
end

def oas_fields

def oas_fields
  [:name, :url]
end