lib/ticketmaster/cli/commands/generate/provider/comment.rb in ticketmaster-0.4.6 vs lib/ticketmaster/cli/commands/generate/provider/comment.rb in ticketmaster-0.4.7

- old
+ new

@@ -4,9 +4,10 @@ # # 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