Sha256: 7ad550915c7abf9a6d3d71fe3762ad0d9ba662f5cdb0f9ca2d4bf86f72ab85a2
Contents?: true
Size: 541 Bytes
Versions: 21
Compression:
Stored size: 541 Bytes
Contents
# == Schema Information # # Table name: wbase_stripe_webhooks # # id :integer not null, primary key # external_id :string # object :string # api_version :string # created :datetime # data :json # livemode :boolean # pending_webhooks :integer # external_type :string # external_request :string # created_at :datetime not null # updated_at :datetime not null # module Wbase class StripeWebhook < ActiveRecord::Base end end
Version data entries
21 entries across 21 versions & 1 rubygems