Sha256: fda290800a7188a3d0bf8de3c7801dc3df8d26b45d3daf3574ea587bf1f1cba9

Contents?: true

Size: 419 Bytes

Versions: 18

Compression:

Stored size: 419 Bytes

Contents

require_relative '../resource'

module Tickethub
  class Reseller::Channel < Resource
    path '/reseller/channels'

    require_relative 'product'
    require_relative '../token'

    association :private_token, Tickethub::Token
    association :public_token, Tickethub::Token

    association :product, Reseller::Product

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

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
tickethub-0.3.49 lib/tickethub/reseller/channel.rb
tickethub-0.3.47 lib/tickethub/reseller/channel.rb
tickethub-0.3.46 lib/tickethub/reseller/channel.rb
tickethub-0.3.45 lib/tickethub/reseller/channel.rb
tickethub-0.3.44 lib/tickethub/reseller/channel.rb
tickethub-0.3.43 lib/tickethub/reseller/channel.rb
tickethub-0.3.42 lib/tickethub/reseller/channel.rb
tickethub-0.3.41 lib/tickethub/reseller/channel.rb
tickethub-0.3.40 lib/tickethub/reseller/channel.rb
tickethub-0.3.39 lib/tickethub/reseller/channel.rb
tickethub-0.3.38 lib/tickethub/reseller/channel.rb
tickethub-0.3.37 lib/tickethub/reseller/channel.rb
tickethub-0.3.36 lib/tickethub/reseller/channel.rb
tickethub-0.3.35 lib/tickethub/reseller/channel.rb
tickethub-0.3.34 lib/tickethub/reseller/channel.rb
tickethub-0.3.33 lib/tickethub/reseller/channel.rb
tickethub-0.3.32 lib/tickethub/reseller/channel.rb
tickethub-0.3.31 lib/tickethub/reseller/channel.rb