mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-22 00:05:58 -05:00
8 lines
118 B
Ruby
8 lines
118 B
Ruby
module Stripe
|
|
class Event < APIResource
|
|
extend Stripe::APIOperations::List
|
|
|
|
OBJECT_NAME = 'event'
|
|
end
|
|
end
|