Class: Stripe::CLI::Commands::Events

Inherits:
Stripe::CLI::Command show all
Defined in:
lib/stripe/cli/commands/events.rb

Instance Method Summary collapse

Methods inherited from Stripe::CLI::Command

#inspect

Instance Method Details

#find(event_id) ⇒ Object



19
20
21
# File 'lib/stripe/cli/commands/events.rb', line 19

def find event_id
  super Stripe::Event, event_id
end

#listObject



14
15
16
# File 'lib/stripe/cli/commands/events.rb', line 14

def list
  super Stripe::Event, options
end