#inspect
19 20 21
# File 'lib/stripe/cli/commands/events.rb', line 19 def find event_id super Stripe::Event, event_id end
14 15 16
# File 'lib/stripe/cli/commands/events.rb', line 14 def list super Stripe::Event, options end