Sha256: b2d62882c5f1af14e4d902f62b5f24ab3c694c672c1e4a5ff36107745a8154fe

Contents?: true

Size: 419 Bytes

Versions: 2

Compression:

Stored size: 419 Bytes

Contents

module TaskMapper::Provider
  module Yoursystem
    # The comment class for taskmapper-yoursystem
    #
    # Do any mapping between TaskMapper and your system's comment model here
    # versions of the ticket.
    #
    class Comment < TaskMapper::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

2 entries across 2 versions & 1 rubygems

Version Path
taskmapper-0.8.1 lib/taskmapper/cli/commands/generate/provider/comment.rb
taskmapper-0.8.0 lib/taskmapper/cli/commands/generate/provider/comment.rb