Sha256: 69f6827fc2c28f08b24249ce947d16760f244eddf1a08f384c0d63226d5f297f

Contents?: true

Size: 366 Bytes

Versions: 10

Compression:

Stored size: 366 Bytes

Contents

require_relative '../resource'

module Tickethub
  class Supplier::Override < Resource
    path '/supplier/overrides'

    attribute :price, type: :money
    attribute :currency, type: :currency

    attribute :notice, type: :duration
    attribute :period, type: :duration

    attribute :interval, type: :duration
    attribute :duration, type: :duration
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tickethub-0.3.40 lib/tickethub/supplier/override.rb
tickethub-0.3.39 lib/tickethub/supplier/override.rb
tickethub-0.3.38 lib/tickethub/supplier/override.rb
tickethub-0.3.37 lib/tickethub/supplier/override.rb
tickethub-0.3.36 lib/tickethub/supplier/override.rb
tickethub-0.3.35 lib/tickethub/supplier/override.rb
tickethub-0.3.34 lib/tickethub/supplier/override.rb
tickethub-0.3.33 lib/tickethub/supplier/override.rb
tickethub-0.3.32 lib/tickethub/supplier/override.rb
tickethub-0.3.31 lib/tickethub/supplier/override.rb