require_relative '../resource' module Tickethub class Supplier::Location < Resource path '/supplier/locations' attribute :updated_at, type: :datetime attribute :created_at, type: :datetime end end