Sha256: 0157fb6cc29343535cc9a269ca7436188e7afb811f7a91c133b3db6e8c27c9cc

Contents?: true

Size: 456 Bytes

Versions: 50

Compression:

Stored size: 456 Bytes

Contents

require_relative '../resource'

module Tickethub
  class Channel::Supplier < Resource
    path '/channel/suppliers'

    require_relative '../contact'
    require_relative '../address'

    association :contact, Tickethub::Contact
    association :address, Tickethub::Address

    attribute :time_zone, type: :timezone
    attribute :currency, type: :currency

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

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
tickethub-0.3.58 lib/tickethub/channel/supplier.rb
tickethub-0.3.57 lib/tickethub/channel/supplier.rb
tickethub-0.3.55 lib/tickethub/channel/supplier.rb
tickethub-0.3.54 lib/tickethub/channel/supplier.rb
tickethub-0.3.53 lib/tickethub/channel/supplier.rb
tickethub-0.3.52 lib/tickethub/channel/supplier.rb
tickethub-0.3.51 lib/tickethub/channel/supplier.rb
tickethub-0.3.50 lib/tickethub/channel/supplier.rb
tickethub-0.3.49 lib/tickethub/channel/supplier.rb
tickethub-0.3.47 lib/tickethub/channel/supplier.rb