mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-07 00:05:33 -04:00
8 lines
125 B
Ruby
8 lines
125 B
Ruby
module Stripe
|
|
class Event < APIResource
|
|
extend Stripe::APIOperations::List
|
|
|
|
OBJECT_NAME = "event".freeze
|
|
end
|
|
end
|