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.2.2 lib/tickethub/supplier/scan.rb
tickethub-0.2.1 lib/tickethub/supplier/scan.rb
tickethub-0.2.0 lib/tickethub/supplier/scan.rb
tickethub-0.1.4 lib/tickethub/supplier/scan.rb
tickethub-0.1.3 lib/tickethub/supplier/scan.rb
tickethub-0.1.2 lib/tickethub/supplier/scan.rb
tickethub-0.0.14 lib/tickethub/supplier/scan.rb
tickethub-0.0.12 lib/tickethub/supplier/scan.rb
tickethub-0.0.11 lib/tickethub/supplier/scan.rb
tickethub-0.0.10 lib/tickethub/supplier/scan.rb
tickethub-0.0.9 lib/tickethub/supplier/scan.rb
tickethub-0.0.8 lib/tickethub/supplier/scan.rb
tickethub-0.0.7 lib/tickethub/supplier/scan.rb
tickethub-0.0.6 lib/tickethub/supplier/scan.rb
tickethub-0.0.5 lib/tickethub/supplier/scan.rb
tickethub-0.0.4 lib/tickethub/supplier/scan.rb
tickethub-0.0.3 lib/tickethub/supplier/scan.rb
tickethub-0.0.2 lib/tickethub/supplier/scan.rb
tickethub-0.0.1 lib/tickethub/supplier/scan.rb