Sha256: 16494688f91867db563ebfdd1d6fcb4bcf5aec629d7056a091ffda61ba438450
Contents?: true
Size: 215 Bytes
Versions: 23
Compression:
Stored size: 215 Bytes
Contents
require_relative '../resource' module Tickethub class Supplier::Location < Resource path '/supplier/locations' attribute :updated_at, type: :datetime attribute :created_at, type: :datetime end end
Version data entries
23 entries across 23 versions & 1 rubygems
Version | Path |
---|---|
tickethub-0.3.79 | lib/tickethub/supplier/location.rb |
tickethub-0.3.78 | lib/tickethub/supplier/location.rb |
tickethub-0.3.77 | lib/tickethub/supplier/location.rb |