lib/tickethub/supplier/channel.rb in tickethub-0.3.42 vs lib/tickethub/supplier/channel.rb in tickethub-0.3.43
- old
+ new
@@ -2,16 +2,18 @@
module Tickethub
class Supplier::Channel < Resource
path '/supplier/channels'
+ require_relative 'partner'
require_relative 'product'
require_relative '../token'
association :private_token, Tickethub::Token
association :public_token, Tickethub::Token
association :product, Supplier::Product
+ association :partner, Supplier::Partner
attribute :updated_at, type: :datetime
attribute :created_at, type: :datetime
end
end
\ No newline at end of file