Sha256: c8f8e845b57ae9c4c7f637dd81b22ed38d1df978895b7b60f37284aea4b3ea2e

Contents?: true

Size: 376 Bytes

Versions: 39

Compression:

Stored size: 376 Bytes

Contents

require_relative '../resource'

module Tickethub
  class Supplier::Scan < Resource
    path '/supplier/scans'

    require_relative 'scan'
    require_relative 'user'

    association :scan, Supplier::Scan
    association :user, Supplier::User

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

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
tickethub-0.3.4 lib/tickethub/supplier/scan.rb
tickethub-0.3.3 lib/tickethub/supplier/scan.rb
tickethub-0.3.2 lib/tickethub/supplier/scan.rb
tickethub-0.3.1 lib/tickethub/supplier/scan.rb
tickethub-0.3.0 lib/tickethub/supplier/scan.rb
tickethub-0.2.18 lib/tickethub/supplier/scan.rb
tickethub-0.2.17 lib/tickethub/supplier/scan.rb
tickethub-0.2.15 lib/tickethub/supplier/scan.rb
tickethub-0.2.14 lib/tickethub/supplier/scan.rb
tickethub-0.2.13 lib/tickethub/supplier/scan.rb
tickethub-0.2.12 lib/tickethub/supplier/scan.rb
tickethub-0.2.11 lib/tickethub/supplier/scan.rb
tickethub-0.2.10 lib/tickethub/supplier/scan.rb
tickethub-0.2.9 lib/tickethub/supplier/scan.rb
tickethub-0.2.8 lib/tickethub/supplier/scan.rb
tickethub-0.2.7 lib/tickethub/supplier/scan.rb
tickethub-0.2.6 lib/tickethub/supplier/scan.rb
tickethub-0.2.5 lib/tickethub/supplier/scan.rb
tickethub-0.2.4 lib/tickethub/supplier/scan.rb
tickethub-0.2.3 lib/tickethub/supplier/scan.rb