Class: Stripe::CLI::Commands::Events
- Inherits:
-
Stripe::CLI::Command
- Object
- Thor
- Stripe::CLI::Command
- Stripe::CLI::Commands::Events
- Defined in:
- lib/stripe/cli/commands/events.rb
Instance Method Summary collapse
Methods inherited from Stripe::CLI::Command
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 |
#list ⇒ Object
14 15 16 |
# File 'lib/stripe/cli/commands/events.rb', line 14 def list super Stripe::Event, end |