class Zendesk2::TicketCommentPrivacyChange
Public Instance Methods
comment()
click to toggle source
@return [Zendesk2::TicketComment] ticket comment pertaining to this privacy change
# File lib/zendesk2/ticket_comment_privacy_change.rb, line 12 def comment requires :comment_id cistern.ticket_comments.get(comment_id) end