Sha256: 188b3d6d4287dbb5de721205287b79e31c542df46c671d4ead7d1cd148b7535a

Contents?: true

Size: 204 Bytes

Versions: 7

Compression:

Stored size: 204 Bytes

Contents

require_relative '../resource'

module Tickethub
  class Supplier::Template < Resource
    path '/supplier/templates'

    require_relative 'element'

    collection :elements, Supplier::Element
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tickethub-0.0.7 lib/tickethub/supplier/template.rb
tickethub-0.0.6 lib/tickethub/supplier/template.rb
tickethub-0.0.5 lib/tickethub/supplier/template.rb
tickethub-0.0.4 lib/tickethub/supplier/template.rb
tickethub-0.0.3 lib/tickethub/supplier/template.rb
tickethub-0.0.2 lib/tickethub/supplier/template.rb
tickethub-0.0.1 lib/tickethub/supplier/template.rb