Sha256: 67894ad47fb8b91191f4aa0f403dea7ff4e1292ea7b9dcd28d2f9c52379d83f3

Contents?: true

Size: 268 Bytes

Versions: 50

Compression:

Stored size: 268 Bytes

Contents

require_relative '../resource'

module Tickethub
  class Channel::Tax < Resource
    path '/channel/taxes'

    require_relative 'fee'

    collection :fees, Channel::Fee

    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.58 lib/tickethub/channel/tax.rb
tickethub-0.3.57 lib/tickethub/channel/tax.rb
tickethub-0.3.55 lib/tickethub/channel/tax.rb
tickethub-0.3.54 lib/tickethub/channel/tax.rb
tickethub-0.3.53 lib/tickethub/channel/tax.rb
tickethub-0.3.52 lib/tickethub/channel/tax.rb
tickethub-0.3.51 lib/tickethub/channel/tax.rb
tickethub-0.3.50 lib/tickethub/channel/tax.rb
tickethub-0.3.49 lib/tickethub/channel/tax.rb
tickethub-0.3.47 lib/tickethub/channel/tax.rb