Sha256: 16b67f9d57a0c6194f12398fbccabc3a06d105b8a3db5d31e09c42a28301e533

Contents?: true

Size: 155 Bytes

Versions: 3

Compression:

Stored size: 155 Bytes

Contents

class YouTrack::Parser::CommentsParser < YouTrack::Parser::Base
  def parse
    return [] if raw["comments"].nil?
    raw["comments"]["comment"]
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
you_track-0.2.2 lib/you_track/parser/comments_parser.rb
you_track-0.2.1 lib/you_track/parser/comments_parser.rb
you_track-0.2.0 lib/you_track/parser/comments_parser.rb