Class: YouTrack::Client::Comments

Inherits:
Collection
  • Object
show all
Defined in:
lib/you_track/client/models/comments.rb

Instance Method Summary collapse

Instance Method Details

#all(issue_id) ⇒ Object



4
5
6
# File 'lib/you_track/client/models/comments.rb', line 4

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