Sha256: 6bfb4e1082c37a4160435bb71d39ed75b2d80dfcbd3f19d88e0398a3970d462a

Contents?: true

Size: 302 Bytes

Versions: 76

Compression:

Stored size: 302 Bytes

Contents

module Tickethub
  class Supplier::Dispute < Resource
    path '/supplier/disputes'

    require_relative 'adjustment'

    collection :adjustments, Supplier::Adjustment

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

Version data entries

76 entries across 76 versions & 1 rubygems

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