Sha256: a446bd44ac987f71ecd2fedc44876d3df7a0080ab60ac683c3b5995a60eb36e7
Contents?: true
Size: 637 Bytes
Versions: 6
Compression:
Stored size: 637 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 end end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
tito-0.1.11 | lib/tito/ticket.rb |
tito-0.1.10 | lib/tito/ticket.rb |
tito-0.1.9 | lib/tito/ticket.rb |
tito-0.1.8 | lib/tito/ticket.rb |
tito-0.1.7 | lib/tito/ticket.rb |
tito-0.1.6 | lib/tito/ticket.rb |