Sha256: 940ad98b4f5ca167a537539b1d456933d95a04326c28d8e754aa1295b6ffa836
Contents?: true
Size: 427 Bytes
Versions: 15
Compression:
Stored size: 427 Bytes
Contents
module TicketMaster::Provider module Yoursystem # The comment class for ticketmaster-yoursystem # # Do any mapping between Ticketmaster and your system's comment model here # versions of the ticket. # class Comment < TicketMaster::Provider::Base::Comment #API = Yoursystem::Comment # The class to access the api's comments # declare needed overloaded methods here end end end
Version data entries
15 entries across 15 versions & 1 rubygems