class Stripe::CLI::Commands::Events

Public Instance Methods

find(event_id) click to toggle source
Calls superclass method Stripe::CLI::Command#find
# File lib/stripe/cli/commands/events.rb, line 19
def find event_id
  super Stripe::Event, event_id
end
list() click to toggle source
Calls superclass method Stripe::CLI::Command#list
# File lib/stripe/cli/commands/events.rb, line 14
def list
  super Stripe::Event, options
end