Sha256: 28f0d2ff2e160c83de9b68f6a0229ff2340a6e183cf1f9ee8082d0705144b41a

Contents?: true

Size: 410 Bytes

Versions: 3

Compression:

Stored size: 410 Bytes

Contents

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

3 entries across 3 versions & 1 rubygems

Version Path
taskmapper-fogbugz-0.5.1 lib/provider/comment.rb
taskmapper-fogbugz-0.5.0 lib/provider/comment.rb
taskmapper-fogbugz-0.4.0 lib/provider/comment.rb