mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-06 00:02:18 -04:00
9 lines
217 B
Ruby
9 lines
217 B
Ruby
module Stripe
|
|
class Plan < APIResource
|
|
include Stripe::APIOperations::Create
|
|
include Stripe::APIOperations::Delete
|
|
include Stripe::APIOperations::List
|
|
include Stripe::APIOperations::Update
|
|
end
|
|
end
|