Sha256: 4cbaca5452c2251df3434e410955c7694e255fcc1672730fbcea9646ddc972e4
Contents?: true
Size: 244 Bytes
Versions: 3
Compression:
Stored size: 244 Bytes
Contents
require_relative '../resource' module Tickethub class Supplier::Channel < Resource path '/supplier/channels' require_relative 'product' attribute :updated_at, type: :datetime attribute :created_at, type: :datetime end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tickethub-0.3.25 | lib/tickethub/supplier/channel.rb |
tickethub-0.3.24 | lib/tickethub/supplier/channel.rb |
tickethub-0.3.23 | lib/tickethub/supplier/channel.rb |