Sha256: 059b1a6d59d84d7cf4eb5784d9ad8018a831510b82fd6e0addd304a98ff83b7b

Contents?: true

Size: 431 Bytes

Versions: 50

Compression:

Stored size: 431 Bytes

Contents

require_relative '../resource'

module Tickethub
  class Supplier::Purchase < Resource
    path '/supplier/purchases'

    require_relative 'booking'
    require_relative 'extra'

    association :booking, Supplier::Booking
    association :extra, Supplier::Extra

    attribute :price, type: :money
    attribute :total, type: :money

    attribute :updated_at, type: :datetime
    attribute :created_at, type: :datetime
  end
end

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
tickethub-0.3.100 lib/tickethub/supplier/purchase.rb
tickethub-0.3.99 lib/tickethub/supplier/purchase.rb
tickethub-0.3.98 lib/tickethub/supplier/purchase.rb
tickethub-0.3.97 lib/tickethub/supplier/purchase.rb
tickethub-0.3.96 lib/tickethub/supplier/purchase.rb
tickethub-0.3.95 lib/tickethub/supplier/purchase.rb
tickethub-0.3.94 lib/tickethub/supplier/purchase.rb
tickethub-0.3.93 lib/tickethub/supplier/purchase.rb
tickethub-0.3.92 lib/tickethub/supplier/purchase.rb
tickethub-0.3.91 lib/tickethub/supplier/purchase.rb
tickethub-0.3.90 lib/tickethub/supplier/purchase.rb
tickethub-0.3.89 lib/tickethub/supplier/purchase.rb
tickethub-0.3.88 lib/tickethub/supplier/purchase.rb
tickethub-0.3.87 lib/tickethub/supplier/purchase.rb
tickethub-0.3.86 lib/tickethub/supplier/purchase.rb
tickethub-0.3.85 lib/tickethub/supplier/purchase.rb
tickethub-0.3.84 lib/tickethub/supplier/purchase.rb
tickethub-0.3.82 lib/tickethub/supplier/purchase.rb
tickethub-0.3.81 lib/tickethub/supplier/purchase.rb
tickethub-0.3.80 lib/tickethub/supplier/purchase.rb