mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-05-29 00:01:51 -04:00
8 lines
120 B
Ruby
8 lines
120 B
Ruby
module Stripe
|
|
class Token < APIResource
|
|
extend Stripe::APIOperations::Create
|
|
|
|
OBJECT_NAME = 'token'
|
|
end
|
|
end
|