Sha256: 23e53ecdab834ee5a0cff202f95620f3eae8f17199673729cd87a20751c2d13a

Contents?: true

Size: 198 Bytes

Versions: 12

Compression:

Stored size: 198 Bytes

Contents

class YouTrack::Client::Comments < YouTrack::Client::Collection
  model YouTrack::Client::Comment

  def all(issue_id)
    service.comments.load(service.get_issue_comments(issue_id).body)
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
you_track-0.4.8 lib/you_track/client/models/comments.rb
you_track-0.4.7 lib/you_track/client/models/comments.rb
you_track-0.4.6 lib/you_track/client/models/comments.rb
you_track-0.4.5 lib/you_track/client/models/comments.rb
you_track-0.4.4 lib/you_track/client/models/comments.rb
you_track-0.4.2 lib/you_track/client/models/comments.rb
you_track-0.4.1 lib/you_track/client/models/comments.rb
you_track-0.4.0 lib/you_track/client/models/comments.rb
you_track-0.3.0 lib/you_track/client/models/comments.rb
you_track-0.2.2 lib/you_track/client/comments.rb
you_track-0.2.1 lib/you_track/client/comments.rb
you_track-0.2.0 lib/you_track/client/comments.rb