Sha256: 0ce881d6d86f50ea9797d81ce43b326004159c6db9615b4aa7d004be401795ec
Contents?: true
Size: 691 Bytes
Versions: 17
Compression:
Stored size: 691 Bytes
Contents
module Tito class Ticket < Tito::Base include Eventable # property :url, type: :string # property :name, type: :string # property :email, type: :string # property :company_name, type: :string # property :metadata, type: :string # property :number, type: :integer # property :phone_number, type: :string # property :price, type: :string # property :reference, type: :string # property :state, type: :string # property :tags, type: :string # property :test_mode, type: :boolean # property :registration end end
Version data entries
17 entries across 17 versions & 1 rubygems