Sha256: b65166e89b2859ad40601b1ea8821656c557ef8ea5279cb35d2240aa342fe63b

Contents?: true

Size: 458 Bytes

Versions: 32

Compression:

Stored size: 458 Bytes

Contents

require_relative '../resource'

module Tickethub
  class Reseller::Supplier < Resource
    path '/reseller/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

32 entries across 32 versions & 1 rubygems

Version Path
tickethub-0.3.67 lib/tickethub/reseller/supplier.rb
tickethub-0.3.66 lib/tickethub/reseller/supplier.rb
tickethub-0.3.65 lib/tickethub/reseller/supplier.rb
tickethub-0.3.64 lib/tickethub/reseller/supplier.rb
tickethub-0.3.63 lib/tickethub/reseller/supplier.rb
tickethub-0.3.62 lib/tickethub/reseller/supplier.rb
tickethub-0.3.61 lib/tickethub/reseller/supplier.rb
tickethub-0.3.60 lib/tickethub/reseller/supplier.rb
tickethub-0.3.59 lib/tickethub/reseller/supplier.rb
tickethub-0.3.58 lib/tickethub/reseller/supplier.rb
tickethub-0.3.57 lib/tickethub/reseller/supplier.rb
tickethub-0.3.56 lib/tickethub/reseller/supplier.rb
tickethub-0.3.55 lib/tickethub/reseller/supplier.rb
tickethub-0.3.54 lib/tickethub/reseller/supplier.rb
tickethub-0.3.53 lib/tickethub/reseller/supplier.rb
tickethub-0.3.52 lib/tickethub/reseller/supplier.rb
tickethub-0.3.51 lib/tickethub/reseller/supplier.rb
tickethub-0.3.50 lib/tickethub/reseller/supplier.rb
tickethub-0.3.49 lib/tickethub/reseller/supplier.rb
tickethub-0.3.47 lib/tickethub/reseller/supplier.rb