stripe-ruby/lib/stripe/country_spec.rb
2018-07-19 14:23:07 +02:00

10 lines
169 B
Ruby

# frozen_string_literal: true
module Stripe
class CountrySpec < APIResource
extend Stripe::APIOperations::List
OBJECT_NAME = "country_spec".freeze
end
end