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