mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-27 00:03:06 -05:00
6 lines
92 B
Ruby
6 lines
92 B
Ruby
module Stripe
|
|
class Event < APIResource
|
|
include Stripe::APIOperations::List
|
|
end
|
|
end
|